Skip to content

Commit

Permalink
fix: Update runs-on to use ARM64 or X64 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi authored Feb 7, 2025
1 parent 067c7b8 commit d9189f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional_commits_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
conventional_commit_title:
runs-on: [self-hosted, ARM64, linux]
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@main
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true
jobs:
dependabot:
runs-on: [self-hosted, ARM64, linux]
runs-on: ARM64
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Generate token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: release-please
jobs:
release-please:
runs-on: [self-hosted, ARM64, linux]
runs-on: ARM64
steps:
- uses: actions/github-script@v5
id: configure-changelog
Expand Down

0 comments on commit d9189f3

Please sign in to comment.