Skip to content

Commit a3ce53d

Browse files
committed
adjusting variable
1 parent 37e15a6 commit a3ce53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
acceptance:
6666
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
6767
needs: "setup_matrix"
68-
runs-on: ${{ inputs.runs_on || matrix.runner }}
68+
runs-on: ${{ inputs.runs_on || matrix.platforms.runner }}
6969
timeout-minutes: 180
7070
strategy:
7171
fail-fast: false

0 commit comments

Comments
 (0)