Skip to content

Commit

Permalink
runner setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 17, 2024
1 parent 2df2fef commit af8275c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
script: benchmark-v3.5-big.sh

sleep_compare:
needs: [ sleep_2 ]
needs: [ v3_5_again ]
uses: ./.github/workflows/sleep.yaml

compare:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
script: benchmark-v3.5-small.sh

sleep_compare:
needs: [ sleep_2 ]
needs: [ v3_5_again ]
uses: ./.github/workflows/sleep.yaml

compare:
Expand Down

0 comments on commit af8275c

Please sign in to comment.