Skip to content

Commit

Permalink
fix: Update runs-on labels in GitHub Actions workflows (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi authored Feb 6, 2025
1 parent 3234b5a commit 144539a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
2 changes: 1 addition & 1 deletion .github/workflows/delete-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
delete-rdev-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
if: ${{ !contains(github.event.pull_request.labels.*.name, 'stack') || github.event.pull_request.state == 'closed' }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
create-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
permissions:
id-token: write
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
create-update-stack:
name: Create/update stack
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
if: contains(github.event.pull_request.labels.*.name, 'stack')
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 144539a

Please # to comment.