diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 02426cb..b98e224 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -14,7 +14,7 @@ permissions: read-all jobs: - checks: + check-shumlib: runs-on: ubuntu-latest timeout-minutes: 5 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba06003..33089ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy permissions: read-all jobs: - build: + build-shumlib: runs-on: ubuntu-latest timeout-minutes: 5 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 82e7ba5..302c347 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,7 @@ permissions: read-all jobs: - build: + build-docs: runs-on: ubuntu-latest timeout-minutes: 3 @@ -47,7 +47,7 @@ jobs: deploy: if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' # Add a dependency to the build job - needs: build + needs: build-docs # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: