Skip to content

Commit aa434aa

Browse files
committed
Only run the init-with-registries check on nightly
1 parent 5dcb9de commit aa434aa

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/__init-with-registries.yml

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/init-with-registries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# basic mechanics of multi-registry auth is working.
55
name: "Packaging: Download using registries"
66
description: "Checks that specifying a registries block and associated auth works as expected"
7-
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
7+
versions: ["nightly-latest"] # This feature is not compatible with old CLIs
88

99
steps:
10-
- name: Init with registries-auth-tokens
10+
- name: Init with registries
1111
uses: ./../action/init
1212
with:
1313
db-location: "${{ runner.temp }}/customDbLocation"

0 commit comments

Comments
 (0)