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 5f470ef commit fcf34fdCopy full SHA for fcf34fd
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
jobs:
22
test:
23
- runs-on: ${{ matrix.config.os }}
+ runs-on: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('matrix.config.os') }}
24
strategy:
25
matrix:
26
# Note: GitHub does not host Alpine runners, so we skip testing there for now.
0 commit comments