We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf9e6ed + 92d79b2 commit aa53471Copy full SHA for aa53471
.github/workflows/deploy_tre.yml
@@ -4,9 +4,9 @@ name: Deploy Azure TRE
4
# It also runs on a schedule, serving as the nightly build
5
6
on: # yamllint disable-line rule:truthy
7
- schedule:
8
- # midnight every day https://crontab.guru/#0_0_*_*_*
9
- - cron: "0 0 * * *"
+# schedule:
+# # midnight every day https://crontab.guru/#0_0_*_*_*
+# - cron: "0 0 * * *"
10
push:
11
branches: [main]
12
workflow_dispatch:
0 commit comments