ci: Explicitly specify job dependencies
We can speed up CI a bit by allowing build jobs to run in parallel with review jobs. See https://gitlab.gnome.org/help/ci/yaml/README.md#needs for details. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/141>
This commit is contained in:
@@ -46,6 +46,7 @@ eslint:
|
||||
|
||||
build-bundles:
|
||||
stage: build
|
||||
needs: []
|
||||
script:
|
||||
- ./export-zips.sh
|
||||
<<: *only_default
|
||||
|
||||
Reference in New Issue
Block a user