Skip to content

Commit

Permalink
fix(ci): get circleci bypass to work (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Apr 11, 2023
1 parent e78e8b6 commit a285500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ jobs:
workflows:
test_and_queue_deploy:
when:
and:
or:
- equal: [ "bypass", << pipeline.parameters.GHA_Meta >> ]
- not:
equal: [ ukstv, << pipeline.parameters.GHA_Actor >> ]
equal: [ "ukstv", << pipeline.parameters.GHA_Actor >> ]
jobs:
- test
- dispatch-event:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
if: ${{ github.actor == 'ukstv' }}
steps:
- uses: CircleCI-Public/[email protected]
with:
GHA_Meta: "bypass"
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}

0 comments on commit a285500

Please sign in to comment.