Skip to content

Commit 55e7ee1

Browse files
committed
mocve start machine step to inside jobs step
1 parent ed8e5ed commit 55e7ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ env:
1111
gh_issue_repo: duckdblabs/db-benchmark
1212
instance_id: i-0e75a4f0e0b61c475
1313

14+
15+
jobs:
1416
start-aws-machine:
1517
name: Start aws-small-machine
1618
runs-on: ubuntu-latest
17-
1819
steps:
1920
- name: Start EC2 runner
2021
shell: bash
@@ -30,7 +31,6 @@ env:
3031
run: |
3132
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"
3233
33-
jobs:
3434
run-benchmark:
3535
name: Regression Tests all solutions
3636
env:

0 commit comments

Comments
 (0)