Skip to content

Commit a3e966c

Browse files
authored
Follow Python's guidance
1 parent b324945 commit a3e966c

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)