Skip to content

Commit 4a959e1

Browse files
authored
CI format-json-yml: PR close時に正常に動作するようにする (#1684)
1 parent df3a9a8 commit 4a959e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/format-json-yml.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
21-
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2221
with:
2322
fetch-depth: 0
2423
ref: ${{ github.event.pull_request.head.sha }}
@@ -33,7 +32,6 @@ jobs:
3332
- name: Generate a token
3433
id: generate_token
3534
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
36-
if: github.event_name != 'pull_request' || github.event.action != 'closed'
3735
with:
3836
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
3937
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)