Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: disable storybook workflow for release commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Nov 1, 2021
1 parent 5e42b60 commit 80f4d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- main
if: ${{ needs.main.outputs.branch }}
if: 'needs.main.outputs.branch && !needs.main.outputs.new_tag'
env:
DEST_DIR: ${{ needs.main.outputs.branch }}
steps:
Expand Down

0 comments on commit 80f4d23

Please sign in to comment.