Skip to content

Commit

Permalink
add version check
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcivic committed Mar 11, 2025
1 parent 43d0283 commit df2974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- name: Send Slack Notification on Failure
if: always()
if: failure()
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
Expand Down

0 comments on commit df2974d

Please sign in to comment.