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 8806eb6 commit 778ff31Copy full SHA for 778ff31
.github/workflows/commit-built-file-changes.yml
@@ -1,13 +1,13 @@
1
# Commits all missed changes to built files back to pull request branches.
2
name: Commit Built File Changes (PRs)
3
4
-# on:
5
-# workflow_run:
6
-# workflows:
7
-# - 'Check Built Files (PRs)'
8
-# - 'Test Default Themes & Create ZIPs'
9
-# types:
10
-# - completed
+on:
+ workflow_run:
+ workflows:
+ - 'Check Built Files (PRs)'
+ - 'Test Default Themes & Create ZIPs'
+ types:
+ - completed
11
12
# Cancels all previous workflow runs for pull requests that have not completed.
13
concurrency:
0 commit comments