skip the only remaining macos job running on main

This commit is contained in:
erik-krogh
2022-11-28 14:44:34 +01:00
parent 751ffbd9c8
commit d2824413db

View File

@@ -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