We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12b871 commit 1c9eab0Copy full SHA for 1c9eab0
.github/workflows/testing-vars.yml
@@ -59,6 +59,7 @@ jobs:
59
password: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_TOKEN }}
60
61
- name: Checkout git repository
62
+ if: ${{ github.ref == 'refs/heads/main' || github.ref matches '^refs/heads/release/[0-9]+(\\.[0-9]+)*$' }}
63
uses: actions/checkout@v4
64
with:
65
fetch-depth: 0
0 commit comments