Skip to content

enable cimain&ciupgrade on splice (#1038) #16

enable cimain&ciupgrade on splice (#1038)

enable cimain&ciupgrade on splice (#1038) #16

Workflow file for this run

name: CI post-merge to main or release-line branches
on:
push:
branches:
- 'main'
- 'release-line-**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
id-token: write # Required for GCP Workload Identity for failure notifications
contents: read
pull-requests: read # Required for the static tests
issues: read # Required for the static tests
actions: write # Required for the cancel_if_not_opt_in job
jobs:
ci:
uses: ./.github/workflows/build.yml
secrets: inherit