Skip to content

Commit

Permalink
fix accidental yaml change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 9, 2024
1 parent 1728e4a commit 013457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_with_woodwork_main_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ always() }}
steps:
- name: Send Slack alert if failure
if: ${{ needs.unit_tests_woodwork_main.result != 'success' }}
if: ${{ needs.unit_tests_woodwork_main.result != 'success' }}
id: slack
uses: slackapi/slack-github-action@v1
with:
Expand Down

0 comments on commit 013457f

Please sign in to comment.