Skip to content

Commit

Permalink
Rename workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirromutth committed Dec 19, 2023
1 parent bd482a2 commit 661351e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lints
on: [ pull_request ]

jobs:
build:
lints:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

jobs:
build:
publish:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on: [ pull_request ]

jobs:
build:
tests:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
Expand Down

0 comments on commit 661351e

Please sign in to comment.