Skip to content

Commit

Permalink
Disabling the CI runs for solver-latest image tag till release. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Jun 14, 2022
1 parent 6a1b236 commit 6944f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
image-tag: [latest, solver-latest]
#image-tag: [latest, solver-latest]
image-tag: [latest]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -205,7 +206,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image-tag: [latest, solver-latest]
#image-tag: [latest, solver-latest]
image-tag: [latest]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
image-tag: [latest, solver-latest]
#image-tag: [latest, solver-latest]
image-tag: [latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6944f6e

Please sign in to comment.