Skip to content

Commit 0e33bf3

Browse files
committed
docker build should wait for regression test
1 parent a7730a6 commit 0e33bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
# who knows ¯\_(ツ)_/¯
407407
#
408408
# taken from https://github.com/docker/build-push-action
409-
needs: build-and-test
409+
needs: regression-test
410410
runs-on: ubuntu-latest
411411
if: github.ref == 'refs/heads/main' && github.repository == 'ReactionMechanismGenerator/RMG-Py'
412412
steps:

0 commit comments

Comments
 (0)