We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cc914 commit 2efe19fCopy full SHA for 2efe19f
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- os: [ ubuntu-latest, windows-latest, macos-13 ]
+ os: ${{ github.actor == 'dependabot[bot]' && fromJSON('["ubuntu-latest"]') || fromJSON('["ubuntu-latest", "macos-13", "windows-latest"]') }}
17
cli-version: [ "", "latest", "1.46.4" ]
18
fail-fast: false
19
steps:
0 commit comments