From 8c21ae3b1eda93719ae7a69da8bfda2f34ebea8e Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 2 Feb 2024 09:25:44 +0100 Subject: [PATCH] Add dummy if statement to ensure it works --- .gitea/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 3b62690..f69fe5f 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -81,6 +81,7 @@ jobs: echo $GITHUB_REF_NAME echo $GITHUB_REF echo $GITHUB_REF_TYPE + if: success() && github.ref == 'refs/heads/testing-pipeline' - name: Trigger Remote Script run: |