Skip to content

Commit

Permalink
Merge branch 'main' into fake-scheduling-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFrank committed Feb 28, 2025
2 parents 5f1e3c9 + 9d66680 commit 563bbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduling-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: jobs.before.steps.test-run-before.outputs.BEFORE_OUTPUT
body: context
})
after:
permissions:
Expand Down Expand Up @@ -64,5 +64,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: jobs.before.steps.test-run-after.outputs.AFTER_OUTPUT
body: github
})

0 comments on commit 563bbd1

Please sign in to comment.