diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index ae8ebf3a..666295f4 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -1,4 +1,5 @@ name: Build +description: "Build pipeline" inputs: go-version: description: "Go version to install" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6902a65..a0a478bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ env: jobs: main: - name: Main + name: CI runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index c419276f..8d6a0e41 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -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