From e7d3853df77721cba530af6d653fc843417fd64b Mon Sep 17 00:00:00 2001 From: Key Wang Date: Tue, 20 Aug 2024 15:22:22 +0800 Subject: [PATCH] fix: GitHub action minor adjustments --- .github/workflows/go-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index dfc825e..4daf5a1 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -1,6 +1,7 @@ -name: Go Test +name: Go Test & Terraform Provider Test on: + workflow_call: push: branches: [ master ] pull_request: