Skip to content

Commit

Permalink
Only run the init-with-registries check on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Sep 7, 2022
1 parent 5dcb9de commit aa434aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/__init-with-registries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pr-checks/checks/init-with-registries.yml
Expand Up @@ -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"
Expand Down

0 comments on commit aa434aa

Please sign in to comment.