mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
CI: no releases for pr runs
This commit is contained in:
6
.github/workflows/trigger-builds.yml
vendored
6
.github/workflows/trigger-builds.yml
vendored
@@ -10,11 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
image:
|
||||
# Only run on push, manual dispatch, OR when the 'run-ci' label is added to a PR
|
||||
if: |
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
github.event_name == 'push' ||
|
||||
(github.event_name == 'pull_request_target' && github.event.label.name == 'run-ci')
|
||||
if: github.event.label.name == 'run-ci' || github.event_name != 'pull_request_target'
|
||||
permissions:
|
||||
contents: write
|
||||
uses: ./.github/workflows/build-image.yml
|
||||
|
||||
Reference in New Issue
Block a user