mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Rename CI workflows to what they actually do
This commit is contained in:
parent
65316a7e99
commit
f03adae58a
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
name: macos_tests
|
||||
name: macos_build
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
macos_tests:
|
||||
macos_build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
|
@ -1,7 +1,7 @@
|
|||
name: ubuntu_tests
|
||||
name: ubuntu_build
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
ubuntu_tests:
|
||||
ubuntu_build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
Loading…
Reference in a new issue