fix: adjust tests for failure to start due to network mismatch (#3274) #4599
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger CircleCI tests | |
on: | |
push: # all push events | |
workflow_dispatch: # manually triggered | |
jobs: | |
circleci: | |
name: Trigger CircleCI tests | |
runs-on: ubuntu-latest | |
if: ${{ github.actor == 'ukstv' }} | |
steps: | |
- uses: CircleCI-Public/[email protected] | |
with: | |
GHA_Meta: "bypass" | |
env: | |
CCI_TOKEN: ${{ secrets.CCI_TOKEN }} |