Only run the init-with-registries check on nightly

This commit is contained in:
Andrew Eisenberg 2022-09-07 15:15:55 -07:00
parent 5dcb9dec2d
commit aa434aaed6
2 changed files with 3 additions and 17 deletions

View file

@ -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"