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: