Skip to content

Commit 46cdcc3

Browse files
committed
gha, parallel test - Install from release when not triggering from main
1 parent 0985aec commit 46cdcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-smokes-parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Quarto
4848
uses: quarto-dev/quarto-actions/setup@v2
4949
with:
50-
version: pre-release
50+
version: ${{ github.ref == 'refs/heads/main' && 'pre-release' || 'release' }}
5151

5252
- name: Create Job for tests
5353
id: tests-buckets

0 commit comments

Comments
 (0)