Fix GitHub workflow names (#2)
This commit is contained in:
parent
9d7628a984
commit
7a9109afbc
3 changed files with 4 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -7,7 +7,7 @@ env:
|
|||
|
||||
jobs:
|
||||
main:
|
||||
name: Main
|
||||
name: CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
4
.github/workflows/tf-acc-test.yaml
vendored
4
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: TF Acceptance Tests
|
||||
name: TF Acceptance Tests Workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
main:
|
||||
name: Main
|
||||
name: Acceptance Tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue