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 94e1e30 commit 738dd87Copy full SHA for 738dd87
.github/workflows/cli-tests.yaml
@@ -68,7 +68,7 @@ jobs:
68
# if this job is triggered by another workflow with "with: run-mac-tests: true"
69
- os: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 'dummy' || 'macos-latest' }}
70
runs-on: ${{ matrix.os }}
71
- timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '20' || '10' }}
+ timeout-minutes: ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 20 || 10 }}
72
steps:
73
- uses: actions/checkout@v3
74
- uses: actions/[email protected]
0 commit comments