Skip to content

Commit

Permalink
Workaround openshift-tools-installer taking an extra 3 minutes per ex…
Browse files Browse the repository at this point in the history
…ecutions (#367)

Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
  • Loading branch information
komish authored Jul 18, 2024
1 parent 3ece19a commit 583dea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
uses: redhat-actions/openshift-tools-installer@v1
with:
source: github
skip_cache: true
skip_cache: false # workaround https://github.com/redhat-actions/openshift-tools-installer/issues/105
chart-verifier: "${{ needs.setup.outputs.verifier-action-image }}"

- name: determine verify requirements
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
uses: redhat-actions/openshift-tools-installer@v1
with:
source: github
skip_cache: true
skip_cache: false # workaround https://github.com/redhat-actions/openshift-tools-installer/issues/105
chart-verifier: ${{ needs.setup.outputs.verifier-action-image }}

- name: Block until there is no running workflow
Expand Down

0 comments on commit 583dea4

Please sign in to comment.