Skip to content

Commit 6ea6464

Browse files
committed
change checkout type
1 parent 20c0a29 commit 6ea6464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Checkout code
113113
uses: actions/checkout@v6
114114
with:
115-
ref: ${{ github.ref == 'refs/heads/nightly-integ-fix' && 'nightly-integ-fix' || (github.event_name == 'schedule' && 'develop' || github.ref) }}
115+
ref: ${{ (env.TEST_TYPE == 'nightly-release' && github.event.action == 'published') && 'nightly-builds' || (github.event_name == 'schedule' && 'develop' || github.ref) }}
116116

117117
- name: Free up disk space
118118
shell: bash

0 commit comments

Comments
 (0)