Skip to content

Support running static tests on gh-hosted runners #27

Support running static tests on gh-hosted runners

Support running static tests on gh-hosted runners #27

name: CI on PRs from forks (no approval required)
on:
pull_request:
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read # Required for the static tests
issues: read # Required for the static tests
jobs:
static_tests:
uses: ./.github/workflows/build.static_tests.yml
with:
self_hosted: false
# This file should be deleted before merging!! For testing only