Skip to content

Scheduled Force Bump PR #5

Scheduled Force Bump PR

Scheduled Force Bump PR #5

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: test
secrets:
FORCE_BUMP_PULL_REQUEST_PAT: ${{ secrets.FORCE_BUMP_PULL_REQUEST_PAT }}