Skip to content

Commit

Permalink
fix: slack notification (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Jul 25, 2024
1 parent 7a0079e commit 4cbd3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
slackNotification:
needs: [instance-tests]
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' && (needs.instance-tests.result != 'success' || needs.instance-standard-test.result != 'success') }}
if: ${{ github.ref == 'refs/heads/main' && needs.instance-tests.result != 'success' }}
steps:
- name: Slack Notification
uses: slackapi/[email protected]
Expand Down

0 comments on commit 4cbd3db

Please sign in to comment.