Skip to content
Snippets Groups Projects
Verified Commit 8691e029 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix ci rule

parent 9a0320dd
No related branches found
No related tags found
No related merge requests found
Pipeline #4522 canceled
......@@ -218,7 +218,7 @@ build-flatpak-arm64:
- bash ./.ci/upload-nightly-gitlab.sh build-flatpak/nheko-arm64.flatpak
- (cd ./scripts && ./upload-to-flatpak-repo.sh ../build-flatpak/repo) || true
rules:
- if : '$CI_PIPELINE_TRIGGERED == 123456'
- if : '$CI_PIPELINE_TRIGGERED == "123456"'
cache:
key: "$CI_JOB_NAME"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment