mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35: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
|
||||
on: [pull_request, create, merge_group]
|
||||
on: [create, merge_group]
|
||||
|
||||
jobs:
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user