Skip to content

Commit 778ff31

Browse files
committed
Reinstate this workflow.
1 parent 8806eb6 commit 778ff31

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)