Skip to content

Commit

Permalink
Fix workflow job id values
Browse files Browse the repository at this point in the history
The newly added `scheduled-*.yml` files reused job id values from the
templates that they were based off of. They have been adjusted to reflect
the schedule.

refs atc0005/shared-project-resources#68
  • Loading branch information
atc0005 committed Feb 16, 2023
1 parent 7739a63 commit a91126c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ on:
- cron: "30 4 1 * *"

jobs:
lint:
monthly:
name: Monthly Tasks
uses: atc0005/shared-project-resources/.github/workflows/scheduled-monthly.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ on:
- cron: "30 4 * * 0"

jobs:
lint:
weekly:
name: Weekly Tasks
uses: atc0005/shared-project-resources/.github/workflows/scheduled-weekly.yml@master

0 comments on commit a91126c

Please sign in to comment.