mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 04:47:38 +08:00
Update labels for CI pipelines (GH actions) (#7598)
This commit is contained in:
2
.github/workflows/macos12.yml
vendored
2
.github/workflows/macos12.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
jobs:
|
||||
macOS_12:
|
||||
if: ${{ (github.event.label.name == 'macos-all') || (github.event.label.name == 'macos-12') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
|
||||
if: ${{ (github.event.label.name == 'CI:\ macos-all') || (github.event.label.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:
|
||||
|
||||
Reference in New Issue
Block a user