Skip to content

Commit 1b998bb

Browse files
committed
Use push instead of pull_request for testing
1 parent 96dac4e commit 1b998bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dcm-weekly-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Weekly DCM Checks
22

33
on:
4-
pull_request: # Temporary for testing. Remove before merging.
4+
push: # Temporary for testing. Remove before merging.
55
schedule:
66
- cron: '0 8 * * 1' # Every Monday at 8am
77
workflow_dispatch:

0 commit comments

Comments
 (0)