File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Manually Trigger a Force Bump PR
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ call-build-workflow :
8+ uses : openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/force-bump-pull-request.yaml@main
9+ with :
10+ operator_name : designate
11+ branch_name : ${{ github.ref_name }}
12+ secrets :
13+ FORCE_BUMP_PULL_REQUEST_PAT : ${{ secrets.FORCE_BUMP_PULL_REQUEST_PAT }}
Original file line number Diff line number Diff line change 1+ name : Scheduled Force Bump PR
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 1 * * 6' # 1AM UTC Saturday
6+
7+ jobs :
8+ call-build-workflow :
9+ if : github.ref == 'refs/heads/main' && github.repository_owner == 'openstack-k8s-operators'
10+ uses : openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/force-bump-branches.yaml@main
11+ with :
12+ operator_name : designate
13+ secrets :
14+ FORCE_BUMP_PULL_REQUEST_PAT : ${{ secrets.FORCE_BUMP_PULL_REQUEST_PAT }}
You can’t perform that action at this time.
0 commit comments