Skip to content

Commit

Permalink
Update tools-installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthmanga authored Jul 11, 2024
1 parent af2332b commit 1b9195f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tools-installer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test OpenShift Tools Installer

on:
workflow_dispatch:
push

jobs:
install-tools:
Expand All @@ -15,8 +15,11 @@ jobs:
if: ${{ matrix.tool == 'cv' }}
with:
node-version: '16'
- name: Set version
id: set_version
run: echo "VERSION=${{ matrix.version }}" >> $GITHUB_ENV
- name: Install tools
uses: redhat-actions/openshift-tools-installer@${{ matrix.version }}
uses: redhat-actions/openshift-tools-installer@v${{ env.VERSION }}
with:
source: github
skip_cache: false
Expand Down

0 comments on commit 1b9195f

Please sign in to comment.