Skip to content

Commit

Permalink
Merge pull request #147 from polywrap/nerfzael/run-ci-pull-request
Browse files Browse the repository at this point in the history
Re-added checkout
  • Loading branch information
nerfZael authored Apr 5, 2024
2 parents 1d40869 + 0692c52 commit b9f32b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Is owner?
run: |
exists=$(echo $(grep -Fxcs ${CREATOR} .github/CODEOWNERS))
Expand Down

0 comments on commit b9f32b0

Please sign in to comment.