Skip to content

Commit aaab723

Browse files
chore: dev to main merge
2 parents c13d354 + 5ad51cf commit aaab723

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/azd-template-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: AZD Template Validation
22
on:
3+
schedule:
4+
- cron: '30 1 * * 4' # Every Thursday at 7:00 AM IST (1:30 AM UTC)
35
workflow_dispatch:
46
push:
57
branches:

.github/workflows/azure-dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
with:
3333
submodules: recursive
3434

35+
- name: Generate unique env name per run
36+
shell: bash
37+
run: |
38+
SUFFIX="${GITHUB_RUN_ID}"
39+
echo "AZURE_ENV_NAME=${AZURE_ENV_NAME}-${SUFFIX}" >> "$GITHUB_ENV"
40+
echo "Using unique AZURE_ENV_NAME: ${AZURE_ENV_NAME}-${SUFFIX}"
41+
3542
- name: Install azd
3643
uses: Azure/setup-azd@v2
3744

0 commit comments

Comments
 (0)