From 9a0320dd504f4593577820e108388bb51abdbf0d Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Mon, 27 Feb 2023 16:21:39 -0500 Subject: [PATCH] Make github script executable --- .ci/update-github-release.sh | 0 .gitlab-ci.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .ci/update-github-release.sh diff --git a/.ci/update-github-release.sh b/.ci/update-github-release.sh old mode 100644 new mode 100755 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f08c8ef1..c6079f52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 == null' + - if : '$CI_PIPELINE_TRIGGERED == 123456' cache: key: "$CI_JOB_NAME" paths: