Skip to content

Commit 76f4fb8

Browse files
committed
Build/Test tools: Remove tag triggers for all workflows in the 5.0 branch.
Tags in the `wordpress-develop` repo originate from the corresponding svn tag. This means the target commit for the tag must already exist on `wordpress-develop` and therefore its full workflow has already run, usually just minutes prior to the tag being pushed. This change eliminates this unnecessary duplicate workflow run and reduces bottlenecks experienced during releases. See #64893 git-svn-id: https://develop.svn.wordpress.org/branches/5.0@62920 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2e73239 commit 76f4fb8

4 files changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
- trunk
99
- '3.[89]'
1010
- '[4-9].[0-9]'
11-
tags:
12-
- '[0-9]+.[0-9]'
13-
- '[0-9]+.[0-9].[0-9]+'
14-
- '!3.7.[0-9]+'
1511
pull_request:
1612
branches:
1713
- trunk

.github/workflows/javascript-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- trunk
88
- '3.[89]'
99
- '[4-9].[0-9]'
10-
tags:
11-
- '[0-9]+.[0-9]'
12-
- '[0-9]+.[0-9].[0-9]+'
13-
- '!3.7.[0-9]+'
1410
pull_request:
1511
branches:
1612
- trunk

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- trunk
77
- '3.[7-9]'
88
- '[4-9].[0-9]'
9-
tags:
10-
- '[0-9]+.[0-9]'
11-
- '[0-9]+.[0-9].[0-9]+'
129
pull_request:
1310
branches:
1411
- trunk

.github/workflows/test-build-processes.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- trunk
77
- '3.[7-9]'
88
- '[4-9].[0-9]'
9-
tags:
10-
- '[0-9]+.[0-9]'
11-
- '[0-9]+.[0-9].[0-9]+'
129
pull_request:
1310
branches:
1411
- trunk

0 commit comments

Comments
 (0)