Skip to content

Commit

Permalink
TMP disable CI dependency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Oct 18, 2023
1 parent d31da9f commit 6b1b6b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ permissions:
contents: write

jobs:
tests:
# Do only release when CI succeeds.
uses: ./.github/workflows/workflow.yaml
#tests:
# # Do only release when CI succeeds.
# uses: ./.github/workflows/workflow.yaml

release:
# Do only release when CI succeeds.
needs: [tests]
## Do only release when CI succeeds.
#needs: [tests]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6b1b6b8

Please sign in to comment.