diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index b06cb59a..75a35382 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -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 }}