We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b00555 commit 76751d2Copy full SHA for 76751d2
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
prevent-duplicate-checks:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: insurgent-lab/is-in-pr-action@78ecb5daf15aca198aeb2b6f208aabd06b2cb716 # v0.1.4
+ - uses: insurgent-lab/is-in-pr-action@3e01b38aa0d2a0e51bbc84540300303ec850e80d # v0.1.5
23
id: isInPR
24
outputs:
25
should-run: ${{ !(steps.isInPR.outputs.result == 'true' && startsWith(github.ref, 'refs/heads/renovate/')) }}
0 commit comments