Skip to content

Scheduled Force Bump PR #34

Scheduled Force Bump PR

Scheduled Force Bump PR #34

name: Scheduled Force Bump PR
on:
schedule:
- cron: '0 7 * * 6' # 7AM UTC Saturday
jobs:
call-build-workflow:
if: github.ref == 'refs/heads/main' && github.repository_owner == 'openstack-k8s-operators'
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/force-bump-branches.yaml@main
with:
operator_name: watcher
custom_image: quay.io/openstack-k8s-operators/openstack-k8s-operators-ci-build-tools:golang-1.24-sdk-1.41.1
secrets:
FORCE_BUMP_PULL_REQUEST_PAT: ${{ secrets.FORCE_BUMP_PULL_REQUEST_PAT }}