Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal committed Feb 3, 2024
1 parent dfecabd commit d3e493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make test

- name: Post To Slack
if: always() && github.ref == 'refs/heads/main' && (steps.unit-test.outcome == 'failure')
if: always() && github.ref == 'refs/heads/master' && (steps.unit-test.outcome == 'failure')
uses: slackapi/[email protected]
with:
payload: |
Expand Down

0 comments on commit d3e493a

Please sign in to comment.