Skip to content

Commit

Permalink
Only slack full smoke test failures (#4287)
Browse files Browse the repository at this point in the history
Simply changing github action settings to only slack smoke test failures
(not passing runs)

### QA Notes

Smoke test failures should be reported to slack.
  • Loading branch information
testlabauto authored Aug 8, 2024
1 parent 4bc25cd commit ef4f51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
path: .build/logs/smoke-tests-electron/

- name: slack-smoke-test-report
if: always()
if: failure()
uses: testlabauto/[email protected]
env:
SLACK_CHANNEL: C07FR1JNZNJ #positron-test-results channel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/positron-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
path: .build/logs/smoke-tests-electron/

- name: slack-smoke-test-report
if: failure()
if: ${{ failure() && inputs.smoketest_target == 'smoketest-merge-to-main' }}
uses: testlabauto/[email protected]
env:
SLACK_CHANNEL: C07FR1JNZNJ #positron-test-results channel
Expand Down

0 comments on commit ef4f51c

Please sign in to comment.