Skip to content

Commit

Permalink
depend on specific commit of xdp build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Feb 13, 2024
1 parent 25b407d commit 88f0740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: []
strategy:
fail-fast: false
uses: microsoft/xdp-for-windows/.github/workflows/build.yml@${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }}
uses: microsoft/xdp-for-windows/.github/workflows/build.yml@6f2ca52dc57b0b289132049acf1baa23bcfe23e9
with:
ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }}

Expand Down

0 comments on commit 88f0740

Please sign in to comment.