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 fcf34fd commit 4507a7bCopy full SHA for 4507a7b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
jobs:
22
test:
23
- runs-on: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('matrix.config.os') }}
+ runs-on: ${{ github.actor == 'dependabot[bot]' && 'ubuntu-latest' || 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