From b2805891fd2c676c99d71f37f059dfbfc9ef11d9 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Tue, 20 Jun 2023 18:02:09 +0400 Subject: [PATCH] feat: DEVOPS-700 scilla pipelines from jenkins to gha --- .github/workflows/ci-image-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image-release.yml b/.github/workflows/ci-image-release.yml index ca5d665c4..2e127adbf 100644 --- a/.github/workflows/ci-image-release.yml +++ b/.github/workflows/ci-image-release.yml @@ -24,7 +24,7 @@ jobs: - name: Check if the tag head is the same as master head id: check-latest run: | - if test $(git rev-parse origin/master) = $(git rev-parse HEAD); then + if test $(git rev-parse origin/devops-700) = $(git rev-parse HEAD); then echo "latest=true" >> $GITHUB_OUTPUT else echo "latest=false" >> $GITHUB_OUTPUT