ci: make deps of nightly job explicit

also remove the `only` field as its fixed on the template to run on mainline
This commit is contained in:
Jordan Petridis 2020-08-03 22:24:22 +00:00
parent 0aeb5b19aa
commit 895321de32

View file

@ -93,6 +93,5 @@ flatpak:
nightly:
extends: '.publish_nightly'
only:
refs:
- mainline
dependencies: ['flatpak']
needs: ['flatpak']