We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e15a6 commit a3ce53dCopy full SHA for a3ce53d
.github/workflows/module_acceptance.yml
@@ -65,7 +65,7 @@ jobs:
65
acceptance:
66
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"
67
needs: "setup_matrix"
68
- runs-on: ${{ inputs.runs_on || matrix.runner }}
+ runs-on: ${{ inputs.runs_on || matrix.platforms.runner }}
69
timeout-minutes: 180
70
strategy:
71
fail-fast: false
0 commit comments