Skip to content

Commit 1016523

Browse files
committed
CI: save_pr_number also on pull_request_target
1 parent 6ef5591 commit 1016523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/stubs.yml
4646

4747
save_pr_number:
48-
if: github.event_name == 'pull_request'
48+
if: github.event_name != 'push'
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Save PR number

0 commit comments

Comments
 (0)