diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a8ff515..893ff9077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,10 @@ jobs: # TODO use ubuntu-latest name: Ubuntu 22.04 C++ runs-on: ubuntu-22.04 - if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }} env: GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index afc04eeb6..149985135 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -44,9 +44,8 @@ jobs: ubuntu: name: Ubuntu 22.04 CLI runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -95,7 +94,7 @@ jobs: - architecture: ARM64 macos-version: "14" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e9e7921b0..309fa27e2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,6 @@ concurrency: jobs: build-website: runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }} steps: - uses: actions/checkout@v4 with: @@ -47,7 +46,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4758cfa3c..87f66de3c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -42,7 +42,6 @@ concurrency: jobs: generate: runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }} steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/spark.yaml b/.github/workflows/spark.yaml index dbca29020..7d1e2803a 100644 --- a/.github/workflows/spark.yaml +++ b/.github/workflows/spark.yaml @@ -40,7 +40,6 @@ concurrency: jobs: test: runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') && github.event.pull_request.draft == false }} env: GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/ strategy: