Skip to content

Commit

Permalink
Merge pull request #202 from atc0005/workflow-job-id-fixes
Browse files Browse the repository at this point in the history
Fix workflow job id values
  • Loading branch information
atc0005 committed Feb 16, 2023
2 parents 4936403 + 0ede9d3 commit a0ec33d
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 a0ec33d

Please sign in to comment.