Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-set-check-status.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Prefix with "~" to sort last in Actions list
name: ~Templates - Set Run Status

Expand Down Expand Up @@ -37,7 +37,7 @@
((github.event.action == 'labeled' || github.event.action == 'unlabeled') &&
inputs.overriding_label && contains(inputs.overriding_label, github.event.label.name))))

runs-on: ubuntu-24.04
runs-on: ubuntu-slim

steps:
# *** IMPORTANT ***
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm-auto-signoff-status.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ARM Auto SignOff - Set Status

on:
Expand Down Expand Up @@ -52,7 +52,7 @@
github.event.label.name == 'NotReadyForARMReview' ||
github.event.label.name == 'SuppressionReviewRequired'))

runs-on: ubuntu-24.04
runs-on: ubuntu-slim

steps:
# *** IMPORTANT ***
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "Breaking Change - Add Label Artifacts"

on:
Expand All @@ -19,7 +19,7 @@
breaking-change-add-label-artifacts:
name: "Breaking Change - Add Label Artifacts"

runs-on: ubuntu-24.04
runs-on: ubuntu-slim

steps:
# *** IMPORTANT ***
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-apiview.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: After APIView

on:
Expand All @@ -11,7 +11,7 @@
jobs:
post-apiview:
name: After APIView
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
if: |
github.event.check_run.check_suite.app.name == 'Azure Pipelines' && (
contains(github.event.check_run.name, 'APIView') ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-breaking-change-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: SDK Breaking Change Labels

on:
Expand All @@ -16,7 +16,7 @@
github.event.check_run.check_suite.app.name == 'Azure Pipelines' &&
contains(github.event.check_run.name, 'SDK Validation')
name: SDK Breaking Change Labels
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spec-gen-sdk-status.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "SDK Validation Status"

on:
Expand All @@ -16,7 +16,7 @@
github.event.check_run.check_suite.app.name == 'Azure Pipelines' &&
contains(github.event.check_run.name, 'SDK Validation')
name: "SDK Validation Status"
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarize-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "Summarize Checks"

on:
Expand Down Expand Up @@ -36,7 +36,7 @@
run-summarize-checks:
if: ${{ github.event_name == 'pull_request_target' || github.event.workflow_run.conclusion != 'skipped' }}
name: "Summarize Checks"
runs-on: ubuntu-24.04
runs-on: ubuntu-slim

steps:
# *** IMPORTANT ***
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Update Labels

on:
Expand Down Expand Up @@ -25,7 +25,7 @@
update-labels:
name: Update Labels

runs-on: ubuntu-24.04
runs-on: ubuntu-slim

steps:
- uses: actions/checkout@v6
Expand Down
Loading