Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <[email protected]>
  • Loading branch information
acezen committed Sep 3, 2024
1 parent f7df86a commit 4e26416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ubuntu:
name: Ubuntu 22.04 C++
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }}
if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }}
env:
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
steps:
Expand Down

0 comments on commit 4e26416

Please sign in to comment.