Skip to content

Commit 907ed17

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: CLI Integration Tests
33
on:
44
pull_request:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- main
96

107
jobs:
118
cli-integration-test:
129
name: CLI Integration Tests
1310
# Note: `prepare-release.yaml` sets this commit message
14-
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
11+
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' }}
1512

1613
runs-on: ${{ matrix.os }}
1714
strategy:

0 commit comments

Comments
 (0)