Allow label enforcement job to run on self-hosted runners (#7909)

Previously, this check would only run on github-provided runners.
This commit is contained in:
Tom Fifield
2025-09-22 10:23:42 +10:00
committed by GitHub
parent 3d51287ba7
commit 388c821028

View File

@@ -10,7 +10,7 @@ permissions:
jobs:
check-label:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check for PR labels
uses: actions/github-script@v8