ci: fix job names

This commit is contained in:
Kim, Jimin 2023-07-29 09:26:52 +09:00
parent 5d61043ed1
commit 07d5aef082
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -7,9 +7,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
deploy:
test:
if: ${{ github.repository_owner == 'developomp' }}
name: Deploy
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo