Skip to content

added pr testing and scorecard #17

added pr testing and scorecard

added pr testing and scorecard #17

name: Testing patch-operator
on:
pull_request:
schedule:
- cron: '0 1 * * 1'
# Declare default permissions as read only.
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
patch-operator-workflow:
name: Test PR shared-operator-workflow for patch-operator
uses: ./.github/workflows/pr-operator.yml
with:
RUN_UNIT_TESTS: true
RUN_INTEGRATION_TESTS: false
RUN_HELMCHART_TEST: true
GO_VERSION: ~1.21
OPERATOR_SDK_VERSION: v1.23.0
CHECKOUT_CODE: "redhat-cop/patch-operator"