Skip to content

Commit

Permalink
Modify doc check workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 7, 2024
1 parent 6a028ad commit 881959a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch
- push

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

jobs:
documentation-checks:
Expand Down

0 comments on commit 881959a

Please sign in to comment.