Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: azcore-scheduled
# This workflow runs the standard (full) CI test suite once a day or on demand,
# using the legacy autorest backend.
name: autorest-scheduled

on:
schedule:
Expand All @@ -19,4 +21,4 @@ jobs:
version: ${{ needs.version.outputs.version }}
short_test: false
retention_days: 7
use_azcore: true
use_azcore: false
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
use_azcore:
type: boolean
description: Whether to use the newer azcore+azidentity backend for REST and auth, or the older autorest
default: false
default: true

env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down