Fix GitHub workflow names (#2)

This commit is contained in:
João Palet 2023-09-07 13:22:30 +02:00 committed by GitHub
parent 9d7628a984
commit 7a9109afbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@ env:
jobs:
main:
name: Main
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout

View file

@ -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