Skip to content
Draft
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/SDK-Suppressions-Label.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: SDK Suppressions

on:
Expand All @@ -20,7 +20,7 @@
jobs:
process-sdk-suppressions-labels:
name: Sdk Suppressions
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/_reusable-eng-tools-test.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 - eng/tools - Test

Expand Down Expand Up @@ -36,7 +36,6 @@
steps:
- if: runner.os == 'Windows'
run: git config --global core.longpaths true
shell: pwsh

- uses: actions/checkout@v4
with:
Expand All @@ -52,23 +51,19 @@

- name: Build
run: npm run build
shell: pwsh
working-directory: ./eng/tools/${{ inputs.package }}

- name: Lint
run: npm run lint
if: inputs.lint == true
shell: pwsh
working-directory: ./eng/tools/${{ inputs.package }}

- name: Check Formatting
run: npm run format:check:ci
shell: pwsh
working-directory: ./eng/tools/${{ inputs.package }}

- name: Test
run: npm run test:ci
shell: pwsh
working-directory: ./eng/tools/${{ inputs.package }}

- name: Archive code coverage results
Expand Down
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.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ARM Auto SignOff

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

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

steps:
# *** IMPORTANT ***
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm-incremental-typespec.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ARM Incremental TypeSpec

on:
Expand All @@ -23,7 +23,7 @@
arm-incremental-typespec:
name: ARM Incremental TypeSpec

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

steps:
- uses: actions/checkout@v4
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/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@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spec-gen-sdk-status.yml
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@v4
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@v4
Expand Down
Loading