Skip to content

Commit

Permalink
fix: Update runs-on to use ARM64 or X64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi committed Feb 6, 2025
1 parent cabd4bd commit 15b5904
Showing 1 changed file with 1 addition and 1 deletion.
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: [ARM64, self-hosted, Linux]
runs-on: ARM64
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Generate token
Expand Down

0 comments on commit 15b5904

Please sign in to comment.