We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8027ab commit d6efd27Copy full SHA for d6efd27
action.yml
@@ -24,6 +24,10 @@ inputs:
24
description: 'Cache the crc bundles for faster startup'
25
required: false
26
default: 'false'
27
+ waitForOperatorsReady:
28
+ description: 'Wait for all operators to be ready'
29
+ required: false
30
+ default: 'false'
31
32
runs:
33
using: 'composite'
@@ -219,5 +223,6 @@ runs:
219
223
oc adm policy add-scc-to-group privileged system:authenticated
220
224
221
225
- name: Wait for operators to be available
226
+ if: ${{ inputs.waitForOperatorsReady == 'true' }}
222
227
shell: bash
228
run: ${{ github.action_path }}/scripts/wait-for-operators.sh
0 commit comments