Skip to content

Commit 7cd8b23

Browse files
authored
Merge branch 'master' into add-_auth-to-master-stats
2 parents fb164d5 + 9a3d947 commit 7cd8b23

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/workflow-finished.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ run-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{
33

44
on:
55
workflow_run:
6-
workflows:
7-
- Nightly
8-
- Scheduled
9-
- Stage Release
10-
branches:
11-
- 3006.x
12-
- 3007.x
13-
- master
6+
workflows: ["Nightly", "Scheduled", "Stage Release"]
7+
branches: ["3006.x", "3007.x", "master"]
148
types:
159
- completed
1610

0 commit comments

Comments
 (0)