Skip to content

Commit f5faff1

Browse files
committed
ci: attempt to fix stuck ci
1 parent 58c2611 commit f5faff1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/integration-test-cli.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ on:
88
- main
99

1010
jobs:
11-
cli-integration-test:
11+
skip:
1212
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
1320
# Note: `prepare-release.yaml` sets this commit message
1421
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
1522

0 commit comments

Comments
 (0)