This commit is contained in:
Adrian Stobbe 2024-01-22 17:41:11 +01:00
parent 2a38decbe4
commit 521546fc10
2 changed files with 6 additions and 7 deletions

View File

@ -160,9 +160,7 @@ jobs:
- name: Notify about failure
if: |
failure() &&
github.ref == 'refs/heads/main' &&
github.event_name == 'schedule'
failure()
continue-on-error: true
uses: ./.github/actions/notify_e2e_failure
with:

View File

@ -72,6 +72,9 @@ jobs:
with:
ref: ${{ inputs.ref || github.head_ref }}
- name: Fail workflow
run: exit 1
- name: Get Latest Image
id: find-latest-image
uses: ./.github/actions/find_latest_image
@ -436,12 +439,10 @@ jobs:
- name: Notify about failure
if: |
failure() &&
github.ref == 'refs/heads/main' &&
github.event_name == 'schedule'
failure()
continue-on-error: true
uses: ./.github/actions/notify_e2e_failure
with:
projectWriteToken: ${{ secrets.PROJECT_WRITE_TOKEN }}
test: "terraform-provider-example"
test: "terraform provider example"
provider: ${{ inputs.cloudProvider }}