mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03: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
|
||||
jobs:
|
||||
dab-pin-newest:
|
||||
if: (github.repository_owner == 'ansible' && endsWith(github.repository, 'awx')) || github.event_name != 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: dab-release
|
||||
|
||||
Reference in New Issue
Block a user