Skip to content

bump observability to a version that enforces numeric params #1317

bump observability to a version that enforces numeric params

bump observability to a version that enforces numeric params #1317

Workflow file for this run

name: Trigger CircleCI tests
on:
push: # all push events
paths-ignore:
- '.github/**'
- 'auth/**'
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 }}