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

Restrict PR body check to just AWX repo

This commit is contained in:
Alan Rominger 2023-08-28 15:45:18 -04:00
parent db1af57daa
commit 4fbdc412ad

View File

@ -7,6 +7,7 @@ on:
types: [opened, edited, reopened, synchronize]
jobs:
pr-check:
if: github.repository_owner == 'ansible' && endsWith(github.repository, 'awx')
name: Scan PR description for semantic versioning keywords
runs-on: ubuntu-latest
permissions: