Skip to content

Commit

Permalink
ci: do not build CB storybook docker if not required
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Nov 29, 2024
1 parent 1936867 commit 7997808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/connect-button-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
jobs:

build_push_container:
if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy-pr')) || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')) }}
permissions:
packages: write
id-token: write
Expand Down

0 comments on commit 7997808

Please sign in to comment.