Skip to content

Commit

Permalink
fix: remove the deployed storybook when the PR is closed (#13)
Browse files Browse the repository at this point in the history
# Description

Disable the Feature Branch workflow to run when a PR is closed.

## Reason

Save minutes in CI runs, since there's no actions to be done in this
workflow.

---

<!-- Auto-generated section. DO NOT DELETE -->
  • Loading branch information
Couto authored Dec 14, 2024
1 parent 7cdd2ec commit 90571a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- opened
- reopened
- synchronize
- closed

concurrency: preview-${{ github.ref }}

Expand Down

0 comments on commit 90571a9

Please sign in to comment.