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 85681d8 commit 2e34e56Copy full SHA for 2e34e56
.github/workflows/commit-built-file-changes.yml
@@ -37,9 +37,7 @@ jobs:
37
update-built-files:
38
name: Check and update built files
39
runs-on: ubuntu-24.04
40
- # Temporarily disabled while working on Gutenberg integration
41
- if: false
42
- # if: ${{ github.repository == 'wordpress/wordpress-develop' }}
+ if: ${{ github.repository == 'wordpress/wordpress-develop' }}
43
timeout-minutes: 10
44
permissions:
45
contents: write
0 commit comments