Skip to content

Commit

Permalink
gha, parallel test - Install from release when not triggering from main
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 14, 2024
1 parent 0985aec commit 46cdcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-smokes-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
version: ${{ github.ref == 'refs/heads/main' && 'pre-release' || 'release' }}

- name: Create Job for tests
id: tests-buckets
Expand Down

0 comments on commit 46cdcc3

Please sign in to comment.