Skip to content

Commit

Permalink
Merge pull request #7658 from drew2a/fix/scripptest
Browse files Browse the repository at this point in the history
Add the `gatekeeper` to the `scripttest`
  • Loading branch information
drew2a committed Oct 30, 2023
2 parents f141dcc + 174e919 commit 0c54b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/!PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
ref: ${{needs.env.outputs.source-ref}}

scripttest:
needs: [ changes, env ]
needs: [ changes, gatekeeper, env ]
if: ${{ needs.changes.outputs.scripts == 'true' }}
uses: ./.github/workflows/scripttest.yml
with:
Expand Down

0 comments on commit 0c54b17

Please sign in to comment.