Skip to content

Commit

Permalink
Merge pull request #87 from Yowkees/job-name
Browse files Browse the repository at this point in the history
rename workflow and job name
  • Loading branch information
koron authored Jan 24, 2022
2 parents 38e0bde + 68d4336 commit d7cb540
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Keyball46
name: Keyball46 firmware

on:
push:
Expand All @@ -11,7 +11,7 @@ on:
jobs:

build:
name: Build Keyball46 firmwares
name: Build
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
path: __qmk__/*.hex

release:
name: Release Keyball46 firmwares
name: Release
runs-on: ubuntu-latest
needs: [ build ]
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'keyball46/v')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Keyball61
name: Keyball61 firmware

on:
push:
Expand All @@ -11,7 +11,7 @@ on:
jobs:

build:
name: Build Keyball61 firmwares
name: Build
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
path: __qmk__/*.hex

release:
name: Release Keyball61 firmwares
name: Release
runs-on: ubuntu-latest
needs: [ build ]
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'keyball61/v')
Expand Down

0 comments on commit d7cb540

Please sign in to comment.