From b421783110fb20f139adf4c4f9a8911dc63f9c68 Mon Sep 17 00:00:00 2001 From: Rick Hanlon <rickhanlonii@fb.com> Date: Mon, 3 Jun 2024 10:21:28 -0400 Subject: [PATCH] Don't skip www commit --- .github/workflows/commit_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 0416760a10b8d..5c226074416f3 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -286,7 +286,7 @@ jobs: echo ":" git status -u - name: Commit changes to branch - if: false && steps.check_should_commit.outputs.should_commit == 'true' + if: steps.check_should_commit.outputs.should_commit == 'true' uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: |