Skip to content

Commit 2e7c523

Browse files
run on workflow complete
1 parent 257fe29 commit 2e7c523

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check_r_dependencies.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
schedule:
55
# * is a special character in YAML so you have to quote this string
66
- cron: '0 0 * * 0'
7-
push:
7+
workflow_run:
8+
workflows:
9+
- 'Run Tests'
10+
types:
11+
- completed
812
branches:
913
- 'main'
1014

0 commit comments

Comments
 (0)