Skip to content

Commit

Permalink
Merge branch 'refs/heads/bugfix/workflow-perms'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/benchmarks_run.yml
  • Loading branch information
dwmunster committed Jun 4, 2024
2 parents 74ac5b3 + aecd4d6 commit e15f272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout target branch
uses: actions/checkout@v4
with:
ref: github.base_ref
ref: ${github.base_ref}
fetch-depth: 0

- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit e15f272

Please sign in to comment.