Reorder the actions on push
This commit is contained in:
parent
0762ace5ac
commit
2078391051
1 changed files with 1 additions and 1 deletions
2
.github/workflows/full_build.yml
vendored
2
.github/workflows/full_build.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bin/rails notice:js:verify
|
bin/rails notice:js:verify
|
||||||
main_build:
|
main_build:
|
||||||
needs: ['notice_js', 'notice_ruby']
|
needs: ['install_yarn', 'install_gems']
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue