We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c2fbd4 + a45d10c commit 095e12eCopy full SHA for 095e12e
1 file changed
.github/workflows/pr-update-gitleaks.yml
@@ -32,6 +32,7 @@ jobs:
32
cache: npm
33
node-version-file: package.json
34
- run: npm install -g "$(yq -r '.packageManager' package.json)"
35
+ if: github.event_name != 'pull_request' || github.event.action != 'closed'
36
- name: Install packages
37
if: github.event_name != 'pull_request' || github.event.action != 'closed'
38
run: npm ci
0 commit comments