Update conditions for CI jobs (#7714)

This commit is contained in:
Vasilii Polikarpov
2023-06-14 10:17:42 +02:00
committed by GitHub
parent 500995c0ad
commit d6aaf8d481
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ on:
jobs:
macOS_12:
if: ${{ (github.event.label.name == 'CI macos-all') || (github.event.label.name == 'CI macos-12') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
if: contains(github.event.pull_request.labels.*.name, 'CI macos-all') || contains(github.event.pull_request.labels.*.name, 'CI macos-12') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule')
name: macOS-12_unstable.${{ github.run_id }}.${{ github.run_attempt }}
uses: ./.github/workflows/macos-generation.yml
with: