feat: more_tests #85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tf-acc-test.yaml
vendored
2
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
test_timeout_string: ${{ inputs.test_timeout_string }}
|
||||
|
||||
- name: Run Test (automatic)
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
if: ${{ github.event_name != 'workflow_dispatch' }}
|
||||
uses: ./.github/actions/acc_test
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue