File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ name: Deploy master & test builds
33on :
44 push :
55 branches : [master, ci]
6- release :
7- types : [published]
86
97jobs :
108 deploy :
9+ name : Deploy master tag image
1110 runs-on : ubuntu-latest
1211 steps :
1312 - uses : actions/checkout@v2
2322 run : docker push ghcr.io/${{ github.repository_owner }}/microbit-toolchain:master
2423
2524 build-projects :
25+ name : Run test builds in master tag image
2626 needs : deploy
2727 runs-on : ubuntu-latest
2828 container : ghcr.io/carlosperate/microbit-toolchain:master
Original file line number Diff line number Diff line change 3131
3232 deploy-devcontainer :
3333 name : Deploy devcontainer
34- needs : deploy
34+ needs : deploy-base
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments