Skip to content

Commit 965d4b5

Browse files
committed
TO-DROP: build i686 curl on push
It's tedious to get all of the workflow_dispatch parameters right all the time, every time. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a0dda02 commit 965d4b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ on:
2222
actor:
2323
description: The GitHub user on whose behalf this workflow is run
2424
required: false
25+
push:
2526

2627
env:
27-
PACKAGE_TO_BUILD: "${{ github.event.inputs.package }}"
28-
BUILD_ONLY: "${{ github.event.inputs.build_only }}"
28+
PACKAGE_TO_BUILD: curl
29+
BUILD_ONLY:
2930
OWNER: "git-for-windows"
30-
REPO: "${{ github.event.inputs.repo }}"
31-
REF: "${{ github.event.inputs.ref }}"
32-
ARCHITECTURE: "${{ github.event.inputs.architecture }}"
31+
REPO: MSYS2-packages
32+
REF: 8b647ab5e50da1cefd37661ce325799d16fe865a
33+
ARCHITECTURE: i686
3334
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
3435
HOME: "${{ github.workspace }}\\home"
35-
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"
36+
ACTOR: dscho
3637
CREATE_CHECK_RUN: true
3738

3839
jobs:

0 commit comments

Comments
 (0)