Skip to content

Commit f9cff76

Browse files
committed
ci: disable build release on PR
1 parent 8d606d5 commit f9cff76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zig-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
zig-build-release:
6565
name: zig build release
6666

67-
# Don't run the CI with draft PR.
68-
if: github.event.pull_request.draft == false
67+
# Don't run the CI on PR
68+
if: github.event_name != 'pull_request'
6969

7070
runs-on: ubuntu-latest
7171
container:

0 commit comments

Comments
 (0)