Skip to content

Commit 095e12e

Browse files
authored
Merge pull request #6575 from dev-hato/massongit-patch-1
CI pr-update-gitleaks: PR close時に失敗しないようにする
2 parents 9c2fbd4 + a45d10c commit 095e12e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-update-gitleaks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cache: npm
3333
node-version-file: package.json
3434
- run: npm install -g "$(yq -r '.packageManager' package.json)"
35+
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3536
- name: Install packages
3637
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3738
run: npm ci

0 commit comments

Comments
 (0)