Skip to content

Commit 031fe98

Browse files
committed
run pkg.pr.new only on pull_requests
1 parent 5a879c7 commit 031fe98

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
@@ -72,7 +72,7 @@ jobs:
7272

7373
pkg-new-release:
7474
needs: [lint, format, typecheck, unittest]
75-
75+
if: github.event_name == 'pull_request'
7676
runs-on: ubuntu-latest
7777
steps:
7878
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)