Skip to content

Commit cd94e43

Browse files
committed
tests(urls): Add schedule and cancel running jobs
1 parent 80856c3 commit cd94e43

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test-urls.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: "Source download URLs status"
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: "0 0 * * *"
9+
10+
concurrency:
11+
group: ${{ github.workflow }}
12+
cancel-in-progress: true
613

714
jobs:
815
check-urls:

0 commit comments

Comments
 (0)