Skip to content

Update module github.com/BurntSushi/toml to v1.6.0 #706

Update module github.com/BurntSushi/toml to v1.6.0

Update module github.com/BurntSushi/toml to v1.6.0 #706

Workflow file for this run

name: pull request
on:
pull_request:
branches:
- master
- main
workflow_dispatch:
inputs:
kubectl-wait-timeout:
description: "kubectl wait timeout used for integration and helmchart-test targets in the Makefile (e.g. 5m)"
required: false
default: "20m"
jobs:
shared-operator-workflow:
name: shared-operator-workflow
uses: redhat-cop/github-workflows-operators/.github/workflows/pr-operator.yml@5b0493408637600ef9c71d2321337adac65153a3 # v1.1.6
with:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: true
RUN_HELMCHART_TEST: true
GO_VERSION: ~1.22
OPERATOR_SDK_VERSION: v1.31.0
KUBECTL_WAIT_TIMEOUT: ${{ github.event.inputs['kubectl-wait-timeout'] != '' && github.event.inputs['kubectl-wait-timeout'] || vars.KUBECTL_WAIT_TIMEOUT != '' && vars.KUBECTL_WAIT_TIMEOUT || '20m' }}