Skip to content

Commit

Permalink
Reduce Excessive Reports on Live Tests (#10175)
Browse files Browse the repository at this point in the history
* Fix runs and wacky reports

* DEBUG

* More debugs

* Remove debug

* Update version

* Fix over-reporting
  • Loading branch information
kalverra authored Aug 11, 2023
1 parent 5419bf4 commit 45aa6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ jobs:

testnet-smoke-tests-notify:
name: Live Testnet Start Slack Thread
if: ${{ success() || failure() }}
if: ${{ github.event_name == 'schedule' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) }} ## Only run live tests on new tags and nightly
environment: integration
outputs:
thread_ts: ${{ steps.slack.outputs.thread_ts }}
Expand Down

0 comments on commit 45aa6e7

Please sign in to comment.