We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a259f07 commit 0b275cdCopy full SHA for 0b275cd
.github/workflows/sync-repos.yml
@@ -1,5 +1,8 @@
1
# Designed to keep develop branch as a perfect copy of LabKey fork
2
+name: Sync Repos
3
+
4
on:
5
+ workflow_dispatch:
6
schedule:
7
- cron: "15 */3 * * *"
8
jobs:
0 commit comments