We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef5591 commit 1016523Copy full SHA for 1016523
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: ./.github/workflows/stubs.yml
46
47
save_pr_number:
48
- if: github.event_name == 'pull_request'
+ if: github.event_name != 'push'
49
runs-on: ubuntu-latest
50
steps:
51
- name: Save PR number
0 commit comments