Skip to content

Commit

Permalink
docker build should wait for regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jan 26, 2025
1 parent a7730a6 commit 0e33bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
# who knows ¯\_(ツ)_/¯
#
# taken from https://github.com/docker/build-push-action
needs: build-and-test
needs: regression-test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.repository == 'ReactionMechanismGenerator/RMG-Py'
steps:
Expand Down

0 comments on commit 0e33bf3

Please sign in to comment.