Skip to content

Commit

Permalink
Update pr-tests.yml (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 30, 2023
1 parent 31edbef commit 9a1d28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: ./.github/actions/get-pr-number
id: get-pr-number
Expand Down Expand Up @@ -115,6 +113,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: ./.github/actions/get-pr-number
id: get-pr-number
Expand Down Expand Up @@ -161,4 +161,4 @@ jobs:
with:
number: ${{ steps.get-pr-number.outputs.pr-number }}
header: benchmark
path: message.md
path: message.md

0 comments on commit 9a1d28a

Please sign in to comment.