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: |
|
||||
bin/rails notice:js:verify
|
||||
main_build:
|
||||
needs: ['notice_js', 'notice_ruby']
|
||||
needs: ['install_yarn', 'install_gems']
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue