Skip to content

Support running static tests on gh-hosted runners #5

Support running static tests on gh-hosted runners

Support running static tests on gh-hosted runners #5

name: WIP
on:
pull_request:
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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 # To cancel itself if not opted in
jobs:
static_tests:
uses: ./.github/workflows/build.static_tests.yml
if: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
with:
self_hosted: false