Skip to content

Commit 13832c0

Browse files
committed
Disable auto-commit
1 parent 83e4525 commit 13832c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)