diff --git a/.github/workflows/package-test-single.yml b/.github/workflows/package-test-single.yml index a1ff8b89..c4a00d4e 100644 --- a/.github/workflows/package-test-single.yml +++ b/.github/workflows/package-test-single.yml @@ -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