We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e4525 commit 13832c0Copy full SHA for 13832c0
.github/workflows/commit-built-file-changes.yml
@@ -37,7 +37,9 @@ jobs:
37
update-built-files:
38
name: Check and update built files
39
runs-on: ubuntu-24.04
40
- if: ${{ github.repository == 'wordpress/wordpress-develop' }}
+ # Temporarily disabled while working on Gutenberg integration
41
+ if: false
42
+ # if: ${{ github.repository == 'wordpress/wordpress-develop' }}
43
timeout-minutes: 10
44
permissions:
45
contents: write
0 commit comments