Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Jul 18, 2024
1 parent d72d150 commit b15b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
preview-release:
if: github.repository == 'huntabyte/bits-ui' && (!github.event.pull_request.draft && github.event.pull_request.labels.name == 'publish:preview')
if: github.repository == 'huntabyte/bits-ui' && (!github.event.pull_request.draft)
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b15b5dd

Please sign in to comment.