From 2b8d2d70cdf7f6e3bddf9bcef5fe17e1e537baca Mon Sep 17 00:00:00 2001 From: Alex Lokshin Date: Thu, 6 Feb 2025 12:38:13 -0800 Subject: [PATCH] fix: Update runs-on to use ARM64 or X64 --- .github/workflows/chart-dependency-update.yaml | 2 +- .github/workflows/chart-release.yaml | 4 ++-- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/generate-schemas.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chart-dependency-update.yaml b/.github/workflows/chart-dependency-update.yaml index 309de0a..aee0b98 100644 --- a/.github/workflows/chart-dependency-update.yaml +++ b/.github/workflows/chart-dependency-update.yaml @@ -8,7 +8,7 @@ on: jobs: update_chart_locks: - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: - name: Generate token id: generate_token diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index f3899fd..82d9498 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -10,7 +10,7 @@ concurrency: jobs: check-chart-released: - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: - name: Checkout uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: if: ${{ needs.check-chart-released.outputs.chart_released == 'true' }} needs: - check-chart-released - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: - name: Parse Tag id: parse_tag diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index b99bfe2..8eb791d 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -14,6 +14,6 @@ concurrency: cancel-in-progress: true jobs: conventional_commit_title: - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: - uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v1.4.0 diff --git a/.github/workflows/generate-schemas.yaml b/.github/workflows/generate-schemas.yaml index 476646f..9bb63e5 100644 --- a/.github/workflows/generate-schemas.yaml +++ b/.github/workflows/generate-schemas.yaml @@ -7,7 +7,7 @@ on: jobs: update_schema_and_readme: - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e711b28..c77ba3e 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -8,7 +8,7 @@ concurrency: name: release-please jobs: release-please: - runs-on: [ARM64, self-hosted, Linux] + runs-on: ARM64 steps: # See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow # For why we need to generate a token and not use the default