You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/RunBenchmark.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ env:
10
10
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11
11
gh_issue_repo: duckdblabs/db-benchmark
12
12
13
-
14
-
jobs:
15
-
# TODO add AWS ACCESS KEYS and such
13
+
# TODO add AWS ACCESS KEYS and such
16
14
# start-aws-machine:
17
15
# name: Start aws-small-machine
18
16
# runs-on: ubuntu-latest
@@ -34,14 +32,15 @@ jobs:
34
32
# run: |
35
33
# gh issue create --repo ${{ env.gh_issue_repo }} --title "Weekly Regression Test Failure" --body "AWS box with instance-id ${{ env.instance_id }} could not be started"
0 commit comments