Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jan 22, 2024
1 parent 2a38dec commit 521546f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e-test-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 521546f

Please sign in to comment.