Skip to content

Commit

Permalink
Merge pull request #803 from macbre/github-actions-build-names
Browse files Browse the repository at this point in the history
Update CI build names
  • Loading branch information
macbre committed Oct 24, 2020
2 parents f076a8e + b52f549 commit 67a6514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on: [push]

jobs:

build:

build_docker_image:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
pull_request:

jobs:
build:

lint:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
branches: [ devel ]

jobs:
build:

test:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 67a6514

Please sign in to comment.