We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
workflow_dispatch
1 parent 5a2ef22 commit 342be4aCopy full SHA for 342be4a
.github/workflows/cr_preview.yml
@@ -16,7 +16,7 @@ jobs:
16
name: pkg.pr.new
17
runs-on: macos-latest
18
timeout-minutes: 5
19
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
20
steps:
21
# https://github.com/actions/checkout
22
- uses: actions/checkout@v4
0 commit comments