Skip to content

Commit 70fa26d

Browse files
Thespicawangzhe41
authored andcommitted
Update ci.yml
# Conflicts: # .github/workflows/ci.yml
1 parent 1cca403 commit 70fa26d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
# TODO use ubuntu-latest
4343
name: Ubuntu 22.04 C++
4444
runs-on: ubuntu-22.04
45-
if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }}
4645
env:
4746
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
4847
steps:
49-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
5049
with:
5150
submodules: true
5251

@@ -166,7 +165,6 @@ jobs:
166165
run: |
167166
./graph_info_benchmark
168167
./arrow_chunk_reader_benchmark
169-
./label_filter_benchmark
170168
171169
- name: Use Static Arrow
172170
working-directory: "cpp"

0 commit comments

Comments
 (0)