Skip to content

Commit

Permalink
chore: temporarily disable parts of workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 13, 2024
1 parent 48550ad commit 1ff0fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ defaults:
shell: bash

jobs:
test:
uses: ./.github/workflows/pytest.yml
# test:
# uses: ./.github/workflows/pytest.yml

release:
runs-on: ubuntu-latest
environment: release
needs: test
# environment: release
# needs: test
permissions:
# https://github.com/softprops/action-gh-release#permissions
contents: write
Expand Down

0 comments on commit 1ff0fd6

Please sign in to comment.