Skip to content

Commit 7b2c81b

Browse files
authored
Merge pull request #66 from Azure-Samples/fix-nightly-build
Follow Python's guidance
2 parents b324945 + a3e966c commit 7b2c81b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/template-validation.yaml renamed to .github/workflows/nightly-jobs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Validate AZD template
1+
name: Nightly Jobs
2+
23
on:
34
pull_request:
45
branches: [ main ]
56
schedule:
67
- cron: '0 0 * * *' # Run at midnight every day
8+
workflow_dispatch:
79

810
jobs:
911
infra:

0 commit comments

Comments
 (0)