Skip to content

Commit ceb6bd2

Browse files
committed
Disable this for now.
1 parent dad0ebe commit ceb6bd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Commits all missed changes to built files back to pull request branches.
22
name: Commit Built File Changes (PRs)
33

4-
on:
5-
workflow_run:
6-
workflows:
7-
- 'Check Built Files (PRs)'
8-
- 'Test Default Themes & Create ZIPs'
9-
types:
10-
- completed
4+
# on:
5+
# workflow_run:
6+
# workflows:
7+
# - 'Check Built Files (PRs)'
8+
# - 'Test Default Themes & Create ZIPs'
9+
# types:
10+
# - completed
1111

1212
# Cancels all previous workflow runs for pull requests that have not completed.
1313
concurrency:

0 commit comments

Comments
 (0)