Skip to content

Commit

Permalink
Less builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 10, 2022
1 parent 8ed11d6 commit 8c84d71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
docker_repo: [ "containers", "containers_15.4" ]
docker_repo: [ "containers_15.4" ]

container:
image: registry.opensuse.org/yast/head/${{matrix.docker_repo}}/yast-ruby:latest
Expand All @@ -63,7 +63,7 @@ jobs:

strategy:
matrix:
docker_repo: [ "containers", "containers_15.4" ]
docker_repo: [ "containers_15.4" ]

container:
image: registry.opensuse.org/yast/head/${{matrix.docker_repo}}/yast-ruby:latest
Expand All @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
docker_repo: [ "containers", "containers_15.4" ]
docker_repo: [ "containers_15.4" ]

container:
image: registry.opensuse.org/yast/head/${{matrix.docker_repo}}/yast-ruby:latest
Expand All @@ -101,7 +101,7 @@ jobs:

strategy:
matrix:
docker_repo: [ "containers", "containers_15.4" ]
docker_repo: [ "containers_15.4" ]

container:
image: registry.opensuse.org/yast/head/${{matrix.docker_repo}}/yast-ruby:latest
Expand Down

0 comments on commit 8c84d71

Please sign in to comment.