conditional test

This commit is contained in:
maximo tejeda 2024-08-15 13:30:22 -04:00
parent 7571d7c1d4
commit 11107d1067

View File

@ -20,6 +20,7 @@ jobs:
echo "" echo ""
check-vars: check-vars:
needs: [process] needs: [process]
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} " - run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} "