Skip to content

Commit

Permalink
Checkout repo in benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Jun 28, 2021
1 parent d69ad7f commit 1d56eb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_API_ACCESS_TOKEN }}
steps:

#
# Checkout the repository so that we can use scripts from it
#
- name: Checkout
uses: actions/checkout@v2

#
# Check for '/benchmark' comments on a PR
#
Expand Down

0 comments on commit 1d56eb8

Please sign in to comment.