Skip to content

Commit 0062c99

Browse files
committed
Simulate dispatch for now.
1 parent 89751fa commit 0062c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: ./.github/workflows/reusable-support-json-reader-v1.yml
142142
permissions:
143143
contents: read
144-
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'workflow_dispatch' && ! contains( fromJSON('["6.7", "6.8"]'), inputs.new-version ) }}
144+
if: ${{ true || github.repository == 'WordPress/wordpress-develop' && github.event_name == 'workflow_dispatch' && ! contains( fromJSON('["6.7", "6.8"]'), inputs.new-version ) }}
145145
with:
146146
wp-version: ${{ inputs.new-version }}
147147

0 commit comments

Comments
 (0)