File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # --------------------------------------------------------------
2
+ # WARNING: This file is managed by centralized sync management system.
3
+ # Do not edit this file directly, your changes will be overwritten.
4
+ # See https://github.com/orange-cloudavenue/workflows for more information.
5
+ # --------------------------------------------------------------
6
+ name : Push main
7
+ on :
8
+ push :
9
+ branches :
10
+ - main
11
+ workflow_dispatch :
12
+
13
+ concurrency :
14
+ group : ${{ github.ref }}-${{ github.head_ref }}-main
15
+ cancel-in-progress : true
16
+
17
+ permissions :
18
+ contents : write
19
+
20
+ jobs :
21
+ request-doc-update
22
+ name : " Request doc update"
23
+ uses : orange-cloudavenue/workflows/.github/workflows/doc_request-update.yml@main
24
+ secrets :
25
+ TOKEN : ${{ secrets.CHANGELOG_PAT }}
You can’t perform that action at this time.
0 commit comments