Skip to content

Commit fa535af

Browse files
committed
Fix repo path and don't configure default branch
This ensures that the current PR branch is used
1 parent 4e01520 commit fa535af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmark-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
benchmarks-ref:
1313
required: false
1414
type: string
15-
default: main
1615

1716
jobs:
1817
run:
@@ -21,7 +20,7 @@ jobs:
2120
- name: Check out benchmarks
2221
uses: actions/checkout@v3
2322
with:
24-
repository: lf-lang/benchmarks
23+
repository: lf-lang/benchmarks-lingua-franca
2524
ref: ${{ inputs.benchmarks-ref}}
2625
- name: Check out lingua-franca repository
2726
uses: actions/checkout@v3

0 commit comments

Comments
 (0)