Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 26, 2023
1 parent 684649e commit b831aa2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/distribute_base_files.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Workflow to distribute default files
name: Distribute common org files

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

###################################################
# Library related jobs
###################################################

# This job deploys the files:
# - workflows/libraries/release-library.yml,
# - workflows/libraries/lint-repo.yml,
Expand Down Expand Up @@ -36,7 +40,7 @@ jobs:
deploy_common_files:

runs-on: ubuntu-latest

needs: deploy_library_workflows
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -52,6 +56,18 @@ jobs:
committer_username: simatic-ax-bot
commit_message: "ci: distribute common files"

###################################################
# application examples related jobs
###################################################

###################################################
# Template related jobs
###################################################

###################################################
# Organization related jobs
###################################################

# This job deploys the file:
# LICENSE.md to ALL repositories
deploy_license_file:
Expand Down

0 comments on commit b831aa2

Please sign in to comment.