mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
skip the only remaining macos job running on main
This commit is contained in:
1
.github/workflows/swift.yml
vendored
1
.github/workflows/swift.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
|
||||
# without waiting for the macOS build
|
||||
build-and-test-macos:
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
runs-on: macos-12-xl
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user