mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Disable dab-release GHA on fork unless explicitly triggered (#15382)
Disable dab-release GHA on fork Unless explicitly triggered
This commit is contained in:
1
.github/workflows/dab-release.yml
vendored
1
.github/workflows/dab-release.yml
vendored
@@ -9,6 +9,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
dab-pin-newest:
|
dab-pin-newest:
|
||||||
|
if: (github.repository_owner == 'ansible' && endsWith(github.repository, 'awx')) || github.event_name != 'schedule'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: dab-release
|
- id: dab-release
|
||||||
|
|||||||
Reference in New Issue
Block a user