Skip to content

Commit

Permalink
env: exclude test in publish workflow (for test)
Browse files Browse the repository at this point in the history
  • Loading branch information
heenakwag committed Jun 10, 2022
1 parent f642e77 commit b720389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Cancel workflow
if: steps.cpv.outputs.is-new-version == 'false'
uses: andymckay/cancel-action@0.2
test:
needs: check-version
uses: ./.github/workflows/test.yml
# test:
# needs: check-version
# uses: ./.github/workflows/test.yml
publish-npm:
needs: test
# needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b720389

Please sign in to comment.