From ebcf2a45dbbc54d7d6b54267ecf85e88323b24f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Fri, 28 Jun 2024 16:16:50 +0000 Subject: [PATCH] Only check for docker-compose OUTSIDE the dev branch. This may eventually need to be done better. --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f848d6ad3..4be186121 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -91,6 +91,7 @@ jobs: - name: Check that generated files are up-to-date # A few auto-generated files are checked in for convenience; ensure # that they are up-to-date. + if: github.ref != 'refs/heads/dev' run: "pipenv run docker/helper.py make-yaml && if ! ./libexec/check-git-status ; then echo Error: running make-yaml resulted in changed files. When