We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c2611 commit f5faff1Copy full SHA for f5faff1
.github/workflows/integration-test-cli.yaml
@@ -8,8 +8,15 @@ on:
8
- main
9
10
jobs:
11
- cli-integration-test:
+ skip:
12
name: CLI Integration Tests
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: skip
16
+ run: echo skip
17
+
18
+ cli-integration-test:
19
+ name: CLI Integration Test Matrix
20
# Note: `prepare-release.yaml` sets this commit message
21
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
22
0 commit comments