Skip to content

Commit

Permalink
ci(docs): reduce the amount of workflow to be run (#855)
Browse files Browse the repository at this point in the history
* reduce the amount of documentation check in parallel
* remove now undeeded github wiki page autoupdate
* only trigger doc workflow on docs/ changes
  • Loading branch information
didrocks authored Nov 16, 2023
2 parents 7a7cba5 + fcd1eb1 commit 8573585
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 74 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch
push:
branches:
- main
paths:
- "docs/**"
pull_request:
paths:
- "docs/**"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: true

jobs:
documentation-checks:
Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/documentation-update.yaml

This file was deleted.

0 comments on commit 8573585

Please sign in to comment.