mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
make the package job depend on compile-queries
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
|
||||
package:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs: [build, compile-queries]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user