We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c0a29 commit 6ea6464Copy full SHA for 6ea6464
1 file changed
.github/workflows/integration-tests.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Checkout code
113
uses: actions/checkout@v6
114
with:
115
- ref: ${{ github.ref == 'refs/heads/nightly-integ-fix' && 'nightly-integ-fix' || (github.event_name == 'schedule' && 'develop' || github.ref) }}
+ ref: ${{ (env.TEST_TYPE == 'nightly-release' && github.event.action == 'published') && 'nightly-builds' || (github.event_name == 'schedule' && 'develop' || github.ref) }}
116
117
- name: Free up disk space
118
shell: bash
0 commit comments