Skip to content

Commit 2e34e56

Browse files
committed
Revert "Disable auto-commit"
This reverts commit 13832c0.
1 parent 85681d8 commit 2e34e56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/commit-built-file-changes.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
update-built-files:
3838
name: Check and update built files
3939
runs-on: ubuntu-24.04
40-
# Temporarily disabled while working on Gutenberg integration
41-
if: false
42-
# if: ${{ github.repository == 'wordpress/wordpress-develop' }}
40+
if: ${{ github.repository == 'wordpress/wordpress-develop' }}
4341
timeout-minutes: 10
4442
permissions:
4543
contents: write

0 commit comments

Comments
 (0)