mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
ci: disable build release on PR
This commit is contained in:
4
.github/workflows/zig-test.yml
vendored
4
.github/workflows/zig-test.yml
vendored
@@ -64,8 +64,8 @@ jobs:
|
|||||||
zig-build-release:
|
zig-build-release:
|
||||||
name: zig build release
|
name: zig build release
|
||||||
|
|
||||||
# Don't run the CI with draft PR.
|
# Don't run the CI on PR
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event_name != 'pull_request'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user