From 30674e37950dd346601fee65406dd4401fd82af9 Mon Sep 17 00:00:00 2001 From: Areeb Jamal Date: Thu, 3 Dec 2020 17:18:10 +0530 Subject: [PATCH] chore: Use correct head ref --- .github/workflows/scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 7203f2c5f97..8fc70f6a778 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -23,7 +23,7 @@ jobs: branch-check: runs-on: ubuntu-latest - if: github.base_ref == 'development' && contains(github.head_ref, '/development') + if: github.base_ref == 'development' && github.head_ref == 'development' steps: - uses: actions/github-script@v3 with: