From 4e26416c71986567f87b8773fd5a90a96424acc7 Mon Sep 17 00:00:00 2001 From: acezen Date: Tue, 3 Sep 2024 20:04:27 +0800 Subject: [PATCH] Update Signed-off-by: acezen --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c0e25660..34ec752cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: