From f99b65dd9efd5582937b0406b5d14033ae11ff9f Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sat, 17 Aug 2024 10:18:12 -0400 Subject: [PATCH] add sha --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2219f8..4ad6e5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set env variable - run: echo "$(git rev-parse --short HEAD)" # for this to work need first checkout + run: ${{ env.SHORT_SHA}} = "$(git rev-parse --short HEAD)" # for this to work need first checkout process: runs-on: ubuntu-latest