Skip to content

Commit b421783

Browse files
committed
Don't skip www commit
1 parent 5ad2c37 commit b421783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
echo ":"
287287
git status -u
288288
- name: Commit changes to branch
289-
if: false && steps.check_should_commit.outputs.should_commit == 'true'
289+
if: steps.check_should_commit.outputs.should_commit == 'true'
290290
uses: stefanzweifel/git-auto-commit-action@v4
291291
with:
292292
commit_message: |

0 commit comments

Comments
 (0)