Merge pull request #15510 from ZhongRuoyu/actionlint-macos-13

This commit is contained in:
Carlo Cabrera 2023-06-04 16:28:49 +08:00 committed by GitHub
commit e9a1cd41d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,6 @@ self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- 11-arm64
# FIXME: Remove `macos-13` when resolved:
# https://github.com/rhysd/actionlint/issues/296
- macos-13
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
# Empty array means no configuration variable is allowed.

View File

@ -6,9 +6,11 @@ on:
- master
paths:
- '.github/workflows/*.ya?ml'
- '.github/actionlint.yaml'
pull_request:
paths:
- '.github/workflows/*.ya?ml'
- '.github/actionlint.yaml'
merge_group:
env: