diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 06d8006794..ff2e13a815 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -25,20 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: latest - - os: macos-latest - version: latest - - os: windows-2019 - version: latest - - os: windows-2022 - version: latest - - os: ubuntu-latest - version: cached - - os: macos-latest - version: cached - - os: windows-2019 - version: cached - os: ubuntu-latest version: nightly-latest - os: macos-latest @@ -58,7 +44,7 @@ jobs: uses: ./.github/prepare-test with: version: ${{ matrix.version }} - - name: Init with registries-auth-tokens + - name: Init with registries uses: ./../action/init with: db-location: ${{ runner.temp }}/customDbLocation diff --git a/pr-checks/checks/init-with-registries.yml b/pr-checks/checks/init-with-registries.yml index 6b6cbd1535..6c475d2b57 100644 --- a/pr-checks/checks/init-with-registries.yml +++ b/pr-checks/checks/init-with-registries.yml @@ -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"