diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b18d21b..b465a8c 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -17,9 +17,9 @@ concurrency: cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: - if: github.event.pull_request.draft == false test-examples: name: Test examples + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cba0c2a..24a405e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ concurrency: cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: - if: github.event.pull_request.draft == false tests: name: Tests + if: github.event.pull_request.draft == false runs-on: ubuntu-latest strategy: matrix: @@ -35,6 +35,7 @@ jobs: build: name: Build + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -44,6 +45,7 @@ jobs: docs: name: Docs + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4