From 421d0a88793ad01f22c2013942cf5dbef81ebb7b Mon Sep 17 00:00:00 2001 From: dfeldick Date: Tue, 11 Jun 2024 09:52:30 -0700 Subject: [PATCH] APIGOV-28116 - fx --- .github/workflows/update-gomod-for-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gomod-for-tests.yml b/.github/workflows/update-gomod-for-tests.yml index 5b2aaa6..eb503b0 100644 --- a/.github/workflows/update-gomod-for-tests.yml +++ b/.github/workflows/update-gomod-for-tests.yml @@ -45,7 +45,7 @@ jobs: fi - name: Create Pull Request - # if: ${{ steps.updatesdk.outputs.gomodChanged == 'y' }} + if: ${{ steps.updatesdk.outputs.gomodChanged == 'y' }} id: cpr uses: peter-evans/create-pull-request@v6 with: