We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f666c commit dfc2fdfCopy full SHA for dfc2fdf
1 file changed
.github/workflows/deploy-to-staging.yml
@@ -1,5 +1,7 @@
1
name: Deploy to staging SCP instance
2
on:
3
+ schedule:
4
+ - cron: "15 8 * * 1-5"
5
workflow_run:
6
workflows: ["Build and publish single-cell-portal Docker image"]
7
types:
0 commit comments