Skip to content

Commit

Permalink
fixed GH WF
Browse files Browse the repository at this point in the history
  • Loading branch information
George Burton authored and gecBurton committed Apr 11, 2024
1 parent 691669d commit 83d1557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m pytest tests
- name: notify slack failure
id: slack failure
id: slack-failure
uses: slackapi/slack-github-action@v1.24.0
if: ${{ failure() && github.event_name == 'schedule' }}
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: notify slack pass
id: slack pass
id: slack-pass
uses: slackapi/slack-github-action@v1.24.0
if: ${{ success() && github.event_name == 'schedule' }}
with:
Expand Down

0 comments on commit 83d1557

Please sign in to comment.