1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

Dont re-run CI after merging PRs into devel

This commit is contained in:
Shane McDonald 2021-10-19 11:24:28 -04:00 committed by GitHub
parent 5df9655fe3
commit 64b337e3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,6 @@ env:
BRANCH: ${{ github.base_ref || 'devel' }}
on:
pull_request:
push:
branches: [devel]
jobs:
api-test:
runs-on: ubuntu-latest