Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58e9b69

Browse files
committed
make the package job depend on compile-queries
1 parent 7574d1c commit 58e9b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
package:
104104
runs-on: ubuntu-latest
105-
needs: build
105+
needs: [build, compile-queries]
106106
steps:
107107
- uses: actions/checkout@v2
108108
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)