Skip to content

Commit

Permalink
dropme: Test howl on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaogris committed Jan 19, 2024
1 parent d073243 commit 584cd5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
- run: ./bin/hermit env -r >> $GITHUB_ENV
- run: make

howl-test:
runs-on: ubuntu-latest
needs: [ci]
if: ${{ always() && contains(join(needs.*.result, ','), 'failure') }}
steps:
- run: ./howl
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_CHANNEL: C0425KRJFAQ
SLACK_TEXT: BLABLABLA <!here>

release:
runs-on: ubuntu-latest
needs: [ci]
Expand Down

0 comments on commit 584cd5a

Please sign in to comment.