Skip to content

Commit

Permalink
Do job names need to be unique?
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 22, 2021
1 parent a86004e commit 0d8f2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

jobs:
build:
mysql:
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

jobs:
build:
postgresql:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0d8f2a7

Please sign in to comment.