From c9c198b54b27e3f9886f323be6d047736fe1875e Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Tue, 26 Oct 2021 14:00:31 -0400 Subject: [PATCH] Fix the problems with the api-schema tests against Tower - add the appropriate release branch to the branches list - add a fallback to the `docker pull` command --- .github/workflows/upload_schema.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload_schema.yml b/.github/workflows/upload_schema.yml index 3b73e8c956..0c4d266bf6 100644 --- a/.github/workflows/upload_schema.yml +++ b/.github/workflows/upload_schema.yml @@ -4,6 +4,7 @@ on: push: branches: - devel + - release_4.1 jobs: push: runs-on: ubuntu-latest