Skip to content

Commit

Permalink
Renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Dec 23, 2024
1 parent 0a9a26c commit 01cda11
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/files-sync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ patterns:
- .github/release.yml
- .github/workflows/delivery-issue-chores.yml
- .github/workflows/delivery-pr-chores.yml
- .github/workflows/delivery-repo-chores.yml
repositories:
- Jahia/sandbox@main
2 changes: 1 addition & 1 deletion .github/workflows/delivery-issue-chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
WF:
uses: Jahia/jahia-modules-action/.github/workflows/issue-chores.yml@v2
uses: Jahia/jahia-modules-action/.github/workflows/delivery-issue-chores.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/delivery-pr-chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
WF:
uses: Jahia/jahia-modules-action/.github/workflows/pr-chores.yml@v2
uses: Jahia/jahia-modules-action/.github/workflows/delivery-pr-chores.yml@v2
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/delivery-repo-chores.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Delivery - PR Chores

on:
workflow_dispatch:
schedule:
- cron: "0 2 * * 0" # 2 AM every Sunday

jobs:
WF:
uses: Jahia/jahia-modules-action/.github/workflows/delivery-repo-chores.yml@v2
secrets: inherit

0 comments on commit 01cda11

Please sign in to comment.