fix: for performance at scale, reduce timeouts to 10 seconds or less … #4678
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/trigger-circleci-pipeline-action@v1.0.5 | |
with: | |
GHA_Meta: "bypass" | |
env: | |
CCI_TOKEN: ${{ secrets.CCI_TOKEN }} |