Skip to content

Commit

Permalink
Remove tools-installer workaround (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish authored Jul 29, 2024
1 parent 25a33bd commit b9fe0d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
pull_request_target:
types: [opened, synchronize, reopened, edited, ready_for_review, labeled]

env:
# Temporary workaround. See
# https://github.com/redhat-actions/openshift-tools-installer/issues/105
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
setup:
name: Setup CI
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-cluster-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ name: Test Cluster Access
on:
workflow_dispatch:

env:
# Temporary workaround. See
# https://github.com/redhat-actions/openshift-tools-installer/issues/105
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
test-cluster-access:
name: Test Cluster Access
Expand Down

0 comments on commit b9fe0d7

Please sign in to comment.