Skip to content

Commit

Permalink
Update build and lint workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-mclaren-hpe committed Aug 20, 2024
1 parent 5f20acf commit 5933998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build

on: [push, pull_request]
jobs:
ci:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint

on: [push, pull_request]
jobs:
ci:
lint:
runs-on: ubuntu-24.04
strategy:
matrix:
Expand Down

0 comments on commit 5933998

Please sign in to comment.