Skip to content

Commit

Permalink
Merge pull request #1 from orange-cloudavenue/repo-sync/workflows/def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
azrod authored Jan 2, 2025
2 parents fab796b + 1f93ff5 commit 0b0bef3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: Push main
on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-main
cancel-in-progress: true

permissions:
contents: write

jobs:
request-doc-update:
name: "Request doc update"
uses: orange-cloudavenue/workflows/.github/workflows/doc_publish.yml@main

0 comments on commit 0b0bef3

Please sign in to comment.