Skip to content

Commit

Permalink
add conditional to ensure secrets availability
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jan 15, 2025
1 parent 012f2f8 commit 82b0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
name: Chromatic deployment
needs: [elixir-deps, npm-deps]
runs-on: ubuntu-20.04
if: github.event_name != 'repository_dispatch'
if: github.event_name != 'repository_dispatch' && github.secret_source != 'None'
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down

0 comments on commit 82b0eb8

Please sign in to comment.