Skip to content

Commit d12a8b3

Browse files
committed
ci: Revert changes to cr_preview.yml
1 parent 1eb1c0d commit d12a8b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cr_preview.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Preview
22

33
on:
44
workflow_call:
5-
workflow_dispatch:
65

76
defaults:
87
run:
@@ -16,7 +15,7 @@ jobs:
1615
name: pkg.pr.new
1716
runs-on: macos-latest
1817
timeout-minutes: 5
19-
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
18+
if: ${{ github.event_name == 'pull_request' }}
2019
steps:
2120
# https://github.com/actions/checkout
2221
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)