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:
Florian Müllner
2020-11-19 01:12:29 +01:00
parent 737c897624
commit 6e5466a4ec
+1
View File
@@ -46,6 +46,7 @@ eslint:
build-bundles:
stage: build
needs: []
script:
- ./export-zips.sh
<<: *only_default