Skip to content

Commit

Permalink
Skip tests when preparing the releases
Browse files Browse the repository at this point in the history
We need to set an env var (OAUTH) for tests to pass.
  • Loading branch information
gsmet committed Feb 13, 2025
1 parent 4362008 commit 3946e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
if: ${{ github.event.pull_request.merged == true}}
uses: quarkiverse/.github/.github/workflows/prepare-release.yml@main
secrets: inherit
with:
skip_tests: true

0 comments on commit 3946e8d

Please sign in to comment.