Skip to content

Commit 9402fc9

Browse files
committed
Disable auto-commit workflow temporarily
1 parent 7654a5a commit 9402fc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Commits all missed changes to built files back to pull request branches.
2+
# TEMPORARILY DISABLED while working on Gutenberg integration
23
name: Commit Built File Changes (PRs)
34

45
on:
56
workflow_run:
67
workflows:
7-
- 'Check Built Files (PRs)'
8-
- 'Test Default Themes & Create ZIPs'
8+
- '__DISABLED__Check Built Files (PRs)'
9+
- '__DISABLED__Test Default Themes & Create ZIPs'
910
types:
1011
- completed
1112

0 commit comments

Comments
 (0)