Only run the init-with-registries check on nightly
This commit is contained in:
parent
5dcb9dec2d
commit
aa434aaed6
2 changed files with 3 additions and 17 deletions
|
|
@ -4,10 +4,10 @@
|
|||
# basic mechanics of multi-registry auth is working.
|
||||
name: "Packaging: Download using registries"
|
||||
description: "Checks that specifying a registries block and associated auth works as expected"
|
||||
versions: ["latest", "cached", "nightly-latest"] # This feature is not compatible with old CLIs
|
||||
versions: ["nightly-latest"] # This feature is not compatible with old CLIs
|
||||
|
||||
steps:
|
||||
- name: Init with registries-auth-tokens
|
||||
- name: Init with registries
|
||||
uses: ./../action/init
|
||||
with:
|
||||
db-location: "${{ runner.temp }}/customDbLocation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue