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 7654a5a commit 9402fc9Copy full SHA for 9402fc9
.github/workflows/commit-built-file-changes.yml
@@ -1,11 +1,12 @@
1
# Commits all missed changes to built files back to pull request branches.
2
+# TEMPORARILY DISABLED while working on Gutenberg integration
3
name: Commit Built File Changes (PRs)
4
5
on:
6
workflow_run:
7
workflows:
- - 'Check Built Files (PRs)'
8
- - 'Test Default Themes & Create ZIPs'
+ - '__DISABLED__Check Built Files (PRs)'
9
+ - '__DISABLED__Test Default Themes & Create ZIPs'
10
types:
11
- completed
12
0 commit comments