mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Dont re-run CI after merging PRs into devel
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,8 +4,6 @@ env:
|
|||||||
BRANCH: ${{ github.base_ref || 'devel' }}
|
BRANCH: ${{ github.base_ref || 'devel' }}
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
|
||||||
branches: [devel]
|
|
||||||
jobs:
|
jobs:
|
||||||
api-test:
|
api-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user