Skip to content

Commit

Permalink
Hold off on running release.yml jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Nov 1, 2023
1 parent e6f82e7 commit 5548ca5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
uses: ./.github/workflows/typechecking.yml
tests:
uses: ./.github/workflows/tests.yml
draft_release:
permissions:
contents: write # Allows this job to create releases
with:
dry-run: ${{ github.event_name != 'push' || github.ref_name != 'main' }}
needs: [ typechecking, tests ]
uses: ./.github/workflows/release.yml
# draft_release:
# permissions:
# contents: write # Allows this job to create releases
# with:
# dry-run: ${{ github.event_name != 'push' || github.ref_name != 'main' }}
# needs: [ typechecking, tests ]
# uses: ./.github/workflows/release.yml

0 comments on commit 5548ca5

Please sign in to comment.