Skip to content

Commit d95bd3c

Browse files
chore: created local '.github/workflows/push_main.yml' from remote 'shared-files/github-actions/push_main.yml.njk'
1 parent 5da5271 commit d95bd3c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/push_main.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 }}

0 commit comments

Comments
 (0)