Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: read-all

jobs:

checks:
shumlib-checks:
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
permissions: read-all

jobs:
build:
build-shumlib:
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: read-all

jobs:

build:
build-docs:
runs-on: ubuntu-latest
timeout-minutes: 3

Expand Down Expand Up @@ -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:
Expand Down