Allow running AWX checks on forks (#13938)

This commit is contained in:
Alan Rominger
2023-05-02 11:47:29 -04:00
committed by GitHub
parent eb7407593f
commit f012a69c93
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: CI
env:
LC_ALL: "C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
CI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEV_DOCKER_TAG_BASE: ghcr.io/${{ github.repository_owner }}
DEV_DOCKER_OWNER: ${{ github.repository_owner }}
COMPOSE_TAG: ${{ github.base_ref || 'devel' }}
on:
pull_request: