Skip to content

Commit

Permalink
Try this on for size
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Sep 21, 2023
1 parent 15e8d93 commit dd06606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ jobs:

testnet-smoke-tests-notify:
name: Live Testnet Start Slack Thread
if: ${{ github.event_name == 'schedule' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) && needs.*.result != 'skipped' }}
if: ${{ always() && needs.testnet-smoke-tests-matrix.result != 'skipped' }}
environment: integration
outputs:
thread_ts: ${{ steps.slack.outputs.thread_ts }}
Expand Down Expand Up @@ -859,7 +859,7 @@ jobs:

testnet-smoke-tests-results:
name: Post Live Testnet Smoke Test Results
if: ${{ github.event_name == 'schedule' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) && needs.*.result != 'skipped' }}
if: ${{ always() && needs.testnet-smoke-tests-notify.result != 'skipped' }}
environment: integration
permissions:
checks: write
Expand Down

0 comments on commit dd06606

Please sign in to comment.