Skip to content

Commit

Permalink
TO-DROP: trigger test-msys2-runtime on push
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jul 25, 2024
1 parent b1e96a9 commit 2749894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-msys2-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
# e.g. https://github.com/msys2/msys2-runtime/actions/runs/7865269712/artifacts/1236989688
description: The URL to the artifacts of an msys2-runtime build
type: string
push:

env:
LC_CTYPE: C.UTF-8
MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url }}
MSYS2_RUNTIME_ARTIFACT_URL: ${{ inputs.msys2-runtime-artifacts-url || 'https://github.com/msys2/msys2-runtime/actions/runs/10083097298/artifacts/1736698794' }}
G4W_SDK_REPO: git-for-windows/git-sdk-64

jobs:
Expand Down

0 comments on commit 2749894

Please sign in to comment.