Skip to content

Commit

Permalink
Properly refer to workflow on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Feb 16, 2025
1 parent d6cac94 commit 2173b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
CI_BRANCH: ${{ github.ref }}

x86-32-failure-notification:
uses: .github/workflows/failure-notification.yml
uses: .github/workflows/failure-notification.yml@i5873-common-workflowg
needs: x86-32
if: needs.*.result == 'failure' && github.ref == 'refs/heads/master'
with:
Expand Down

0 comments on commit 2173b8b

Please sign in to comment.