Skip to content

Commit

Permalink
move runs-on configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 10, 2025
1 parent b48c22d commit 972d8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
PR_COMMENT: null # will be populated later

steps:
- name: Set up RunsOn magic cache
uses: runs-on/action@v1

- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure RunsOn
uses: runs-on/action@v1

- name: Configure git
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"

Expand Down

0 comments on commit 972d8af

Please sign in to comment.