File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed
Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - release-main
5+ - " 4.20"
6+ paths :
7+ - ' cert-manager/**'
8+
9+ jobs :
10+ deploy :
11+ uses : .github/workflows/operator-deploy.yaml
12+ with :
13+ path : ' cert-manager'
Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - release-main
5+ - " 4.20"
6+ paths :
7+ - ' cert-manager/**'
8+ # schedule:
9+ # # Every week on Monday
10+ # - cron: '0 0 * * 1'
11+
12+ jobs :
13+ update :
14+ uses : .github/workflows/operator-update.yaml
15+ with :
16+ path : ' cert-manager'
Original file line number Diff line number Diff line change 55 description : " Path to the operator build scripts"
66 type : string
77 required : true
8- name :
9- description : " Name of the operator"
10- type : string
11- required : true
128
139jobs :
1410 deploy-operator :
3430 with :
3531 author_name : github-actions
3632 author_email : github-actions@github.com
37- message : " [${{ inputs.name }}] Automatic update"
33+ message : " [${{ inputs.path }}] Automatic update"
3834 add : " ${{ inputs.path }}"
3935
4036 - name : Check if committed
You can’t perform that action at this time.
0 commit comments