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 ea4b4ceCopy full SHA for ea4b4ce
.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