mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Skip release check on pull requests
This takes a long time and duplicates existing checks on the pull requests. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
81b95023c4
commit
022f375ef8
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Cloud Hypervisor Release
|
name: Cloud Hypervisor Release
|
||||||
on: [pull_request, create, merge_group]
|
on: [create, merge_group]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: (github.event_name == 'create' && github.event.ref_type == 'tag') || github.event_name == 'pull_request' || github.event_name == 'merge_group'
|
if: (github.event_name == 'create' && github.event.ref_type == 'tag') || github.event_name == 'merge_group'
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user