Skip to content

Commit

Permalink
Update urlchecker.yaml
Browse files Browse the repository at this point in the history
I think workflow_call was missing @cicdguy ?

Signed-off-by: James Black <[email protected]>
  • Loading branch information
epijim authored Dec 11, 2023
1 parent 22ab541 commit 9d35956
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/urlchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@
# URLs in source code as well as documentation.
on:
push:
branches: [main, master]
branches:
- main
- devel
- pre-release
pull_request:
branches: [main, master]
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
- devel
- pre-release
workflow_dispatch:
workflow_call:

concurrency:
group: links-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
name: urlchecker

jobs:
Expand Down

0 comments on commit 9d35956

Please sign in to comment.