diff options
author | Alan Rominger <arominge@redhat.com> | 2023-05-02 17:47:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 17:47:29 +0200 |
commit | f012a69c9348ac12247180d492f90c0ba58c877a (patch) | |
tree | a781f279a42fa056c2e65bd323186fce9ed31b08 /.github | |
parent | Merge pull request #13915 from marshmalien/10877-dup-freq-types-schedule (diff) | |
download | awx-f012a69c9348ac12247180d492f90c0ba58c877a.tar.xz awx-f012a69c9348ac12247180d492f90c0ba58c877a.zip |
Allow running AWX checks on forks (#13938)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d3f955f0..8de308051b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |