Skip to content

Commit

Permalink
PMM-7: Fix dependency for package testing(#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak authored Jul 19, 2024
1 parent 8e1591d commit efbd94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-test-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
slack_notify:
runs-on: ubuntu-latest
if: ${{ failure() && inputs.repository == 'release' }}
needs: fb_test
needs: p_test
steps:
- name: Slack Notification
uses: percona/gh-action-action-slack-notify@v2
Expand Down

0 comments on commit efbd94a

Please sign in to comment.