Skip to content

Commit 95946c7

Browse files
committed
TO-DROP: trigger test-msys2-runtime on push
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e695b38 commit 95946c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-msys2-runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
# e.g. https://github.com/msys2/msys2-runtime/actions/runs/7865269712/artifacts/1236989688
99
description: The URL to the artifacts of an msys2-runtime build
1010
type: string
11+
push:
1112

1213
env:
1314
LC_CTYPE: C.UTF-8
14-
MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url }}
15+
MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url || 'https://github.com/git-for-windows/msys2-runtime/actions/runs/12502589490/artifacts/2363069011' }}
1516
G4W_SDK_REPO: git-for-windows/git-sdk-64
1617

1718
jobs:

0 commit comments

Comments
 (0)