Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Feb 29, 2024
1 parent c88634d commit fe38165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rollover-applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: '0 16 * * 4'
- cron: '0 17 * * 4'

name: Rollover Applications Sprint
jobs:
move-to-next-iteration:
name: Move to next iteration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollover-design.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
# Runs "at 13:00, only on Thursday" (see https://crontab.guru)
- cron: '0 13 * * 4'

name: Rollover Design Sprint
jobs:
move-to-next-iteration:
name: Move to next iteration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollover-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: '0 14 * * 4'
- cron: '0 15 * * 4'

name: Rollover Platform Sprint
jobs:
move-to-next-iteration:
name: Move to next iteration
Expand Down

0 comments on commit fe38165

Please sign in to comment.