Skip to content

Commit

Permalink
Merged Pull Request '#82 postindustria-tech:workflows-ordering->main …
Browse files Browse the repository at this point in the history
…: 'Improve workflows ordering''

Improve workflows ordering
  • Loading branch information
Automation51D authored Aug 30, 2023
2 parents 02c3f73 + a90c5bd commit c1c7bc3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monthly-copyright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: boolean
description: Dry Run
schedule:
- cron: '0 1 1 * *'
- cron: '0 0 1 * *'

jobs:
Monthly_Copyright_Update:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-documentation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: boolean
description: Dry Run
schedule:
- cron: '0 1 * * *'
- cron: '30 3 * * *'

jobs:
Nightly_Documentation_Update:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-package-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: boolean
description: Dry Run
schedule:
- cron: '0 1 * * *'
- cron: '0 0 * * *'

jobs:
Nightly_Package_Update:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nightly-prs-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
default: false
type: boolean
description: Dry Run
schedule:
- cron: '0 1 * * *'
workflow_run:
workflows: [Nightly Submodule Update]
types: [completed]

jobs:
Nightly_PRs_to_Main:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nightly-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
default: false
type: boolean
description: Dry Run
schedule:
- cron: '0 1 * * *'
workflow_run:
workflows: [Nightly PRs to Main]
types: [completed]

jobs:
Nightly_Publish_Main:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: boolean
description: Dry Run
schedule:
- cron: '0 0 * * *'
- cron: '0 2 * * *'

jobs:
Nightly_Submodule_Update:
Expand Down

0 comments on commit c1c7bc3

Please sign in to comment.