Skip to content

Commit

Permalink
New scheduled workflow to test using the azcore backend nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Sep 25, 2024
1 parent 8ca62bb commit 9fe7d86
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/azcore-scheduled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: azcore-scheduled

on:
schedule:
- cron: 15 3 * * 1-6
workflow_dispatch: {}

env:
PULUMI_USE_AUTOREST: "true"

jobs:
version:
uses: ./.github/workflows/version.yml
secrets: inherit

build_test:
uses: ./.github/workflows/build-test.yml
secrets: inherit
needs: version
with:
ref: ${{ github.ref }}
version: ${{ needs.version.outputs.version }}
short_test: false
retention_days: 7
# We don't specify oidc_arm_client_id, it will default to its correct value.

0 comments on commit 9fe7d86

Please sign in to comment.