mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
Revert "test"
This reverts commit 521546fc10486dd449041a71c527421902a9b6b9.
This commit is contained in:
parent
521546fc10
commit
8c84932c65
4
.github/workflows/e2e-test-daily.yml
vendored
4
.github/workflows/e2e-test-daily.yml
vendored
@ -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:
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user