Skip to content

Commit

Permalink
Merge pull request #158 from lsst-sqre/tickets/DM-45137
Browse files Browse the repository at this point in the history
DM-45137: Fix condition for periodic CI notification
  • Loading branch information
rra authored Jul 5, 2024
2 parents 3ae7f8c + 0924a3d commit cbd243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
use-cache: false

- name: Report status
if: always()
if: failure()
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
Expand Down

0 comments on commit cbd243a

Please sign in to comment.