Skip to content

Commit

Permalink
chore: rename workflow jobs to match workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbuhmann committed Jun 27, 2022
1 parent 4318412 commit 4128418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-stale-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
label:
label-stale-threads:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-inactive-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
lock-inactive-threads:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4128418

Please sign in to comment.