Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 25, 2023
1 parent ea78923 commit 93235e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/distribute_base_files.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Global workflow to rule them all

on:
# push:
# branches: [ master ] #or main
workflow_dispatch: {} #to enable manual triggering of the action
jobs:

Expand All @@ -21,5 +19,5 @@ jobs:
exclude_private: false
exclude_forked: true
branches: main
committer_username: sjuergen
committer_username: simatic-ax-bot
commit_message: "ci: update license"
11 changes: 6 additions & 5 deletions .github/workflows/distribute_workflows_for_libraries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Global workflow to distribute all workflows for libraries"
name: Global workflow to distribute all

on:
workflow_dispatch: {} #to enable manual triggering of the action
Expand All @@ -15,10 +15,11 @@ jobs:
uses: derberg/manage-files-in-multiple-repositories@v2
with:
github_token: ${{ secrets.DEPLOY_KEY }}
patterns_to_include: 'LICENSE.md'
repos_to_ignore: json
patterns_to_include: 'workflows/libraries'
destination: .github/workflows/libraries
topics_to_include: test
exclude_private: true
exclude_forked: true
branches: main
committer_username: sjuergen
commit_message: "ci: update license"
committer_username: simatic-ax-bot
commit_message: "ci: distribute workflows for libraries"

0 comments on commit 93235e8

Please sign in to comment.