Skip to content

Commit

Permalink
CI: rename the docu job
Browse files Browse the repository at this point in the history
The short name is referenced in the branch protection rules, and just 'build'
is not a very clear name for a job there.
  • Loading branch information
fingolfin committed Dec 1, 2021
1 parent 03faa56 commit 45e4374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
build:
deploy_docs:
#runs-on: self-hosted
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 45e4374

Please sign in to comment.