Skip to content

Commit

Permalink
Merge pull request #43 from simatic-ax/auto_deploy_of_lib_workflows
Browse files Browse the repository at this point in the history
finalize lib job
  • Loading branch information
sjuergen authored Oct 25, 2023
2 parents eb6a230 + 3a86fae commit b25bfb9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/distribute_workflows_for_libraries.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Global workflow to distribute all workflow files for libraries
name: Workflow to distribute default files

on:
workflow_dispatch: {} #to enable manual triggering of the action
jobs:

replicate_changes:
# This job deploys the files:
# - workflows/libraries/release-library.yml,
# - workflows/libraries/lint-repo.yml,
# - workflows/libraries/build-library.yml
# to all repositories with the topic 'library'
deploy_library_workflows:

runs-on: ubuntu-latest

Expand All @@ -17,9 +22,8 @@ jobs:
github_token: ${{ secrets.DEPLOY_KEY }}
patterns_to_include: workflows/libraries/release-library.yml, workflows/libraries/lint-repo.yml, workflows/libraries/build-library.yml
destination: .github/workflows
topics_to_include: test
topics_to_include: library
exclude_private: false
exclude_forked: true
branches: main
committer_username: simatic-ax-bot
commit_message: "ci: distribute workflows for libraries"

0 comments on commit b25bfb9

Please sign in to comment.