Skip to content

Commit aa53471

Browse files
Merge pull request #20 from Barts-Life-Science/TonyWildish-BH-remove-cicd-cron
Update deploy_tre.yml
2 parents cf9e6ed + 92d79b2 commit aa53471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_tre.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Deploy Azure TRE
44
# It also runs on a schedule, serving as the nightly build
55

66
on: # yamllint disable-line rule:truthy
7-
schedule:
8-
# midnight every day https://crontab.guru/#0_0_*_*_*
9-
- cron: "0 0 * * *"
7+
# schedule:
8+
# # midnight every day https://crontab.guru/#0_0_*_*_*
9+
# - cron: "0 0 * * *"
1010
push:
1111
branches: [main]
1212
workflow_dispatch:

0 commit comments

Comments
 (0)