feat: add metrics for caching and syncing #2339
Workflow file for this run
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 }} |