Skip to content

Commit

Permalink
Only check for docker-compose OUTSIDE the dev branch. This may eventu…
Browse files Browse the repository at this point in the history
…ally need to be done better.
  • Loading branch information
fbanados committed Jun 28, 2024
1 parent 69ffad2 commit ebcf2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebcf2a4

Please sign in to comment.