mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 11:28:17 +08:00
Update labels for CI pipelines (GH actions) (#7598)
This commit is contained in:
2
.github/workflows/macos11.yml
vendored
2
.github/workflows/macos11.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
|
||||
jobs:
|
||||
macOS_11:
|
||||
if: ${{ (github.event.label.name == 'macos-all') || (github.event.label.name == 'macos-11') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
|
||||
if: ${{ (github.event.label.name == 'CI:\ macos-all') || (github.event.label.name == 'CI:\ macos-11') || (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') }}
|
||||
name: macOS-11_unstable.${{ github.run_id }}.${{ github.run_attempt }}
|
||||
uses: ./.github/workflows/macos-generation.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user