Revert "test"

This reverts commit 521546fc10486dd449041a71c527421902a9b6b9.
This commit is contained in:
Adrian Stobbe 2024-01-22 17:51:48 +01:00
parent 521546fc10
commit 8c84932c65
2 changed files with 7 additions and 6 deletions

View File

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

View File

@ -72,9 +72,6 @@ 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
@ -439,10 +436,12 @@ jobs:
- name: Notify about failure
if: |
failure()
failure() &&
github.ref == 'refs/heads/main' &&
github.event_name == 'schedule'
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 }}