Skip to content

Commit

Permalink
temporary disable checks on release
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed May 22, 2024
1 parent fd2491c commit ccb9280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- '*'

jobs:
test:
uses: ./.github/workflows/run-tests.yml
# test:
# uses: ./.github/workflows/run-tests.yml
publish:
needs: [ test ]
# needs: [ test ]
uses: ./.github/workflows/publish-release.yml
secrets: inherit

0 comments on commit ccb9280

Please sign in to comment.