Skip to content

Commit 029f372

Browse files
Thespicawangzhe41
authored andcommitted
Update cli.yml
1 parent 70fa26d commit 029f372

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cli.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
ubuntu:
4545
name: Ubuntu 22.04 CLI
4646
runs-on: ubuntu-latest
47-
if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }}
4847
steps:
49-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
5049
with:
5150
submodules: true
5251

@@ -95,7 +94,7 @@ jobs:
9594
- architecture: ARM64
9695
macos-version: "14"
9796
steps:
98-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9998
with:
10099
submodules: true
101100

0 commit comments

Comments
 (0)