Skip to content

Commit 4f2ebdb

Browse files
committed
TO-DROP: trigger via push
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 679f6aa commit 4f2ebdb

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/upload-snapshot.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,16 @@ name: upload-snapshot
22
run-name: "Upload Git for Windows snapshot"
33

44
on:
5-
workflow_dispatch:
6-
inputs:
7-
git_artifacts_i686_workflow_run_id:
8-
description: 'ID of the git-artifacts (i686) workflow run'
9-
required: true
10-
git_artifacts_x86_64_workflow_run_id:
11-
description: 'ID of the git-artifacts (x86_64) workflow run'
12-
required: true
13-
git_artifacts_aarch64_workflow_run_id:
14-
description: 'ID of the git-artifacts (aarch64) workflow run'
15-
required: true
5+
push:
166

177
env:
188
OWNER: "${{ github.repository_owner }}"
199
REPO: git
2010
SNAPSHOTS_REPO: git-snapshots
2111
ARTIFACTS_REPO: git-for-windows-automation
22-
I686_WORKFLOW_RUN_ID: "${{ github.event.inputs.git_artifacts_i686_workflow_run_id }}"
23-
X86_64_WORKFLOW_RUN_ID: "${{ github.event.inputs.git_artifacts_x86_64_workflow_run_id }}"
24-
AARCH64_WORKFLOW_RUN_ID: "${{ github.event.inputs.git_artifacts_aarch64_workflow_run_id }}"
12+
I686_WORKFLOW_RUN_ID: 12969105876
13+
X86_64_WORKFLOW_RUN_ID: 12965293373
14+
AARCH64_WORKFLOW_RUN_ID: 12965294344
2515
CREATE_CHECK_RUN: "true"
2616
NODEJS_VERSION: 16
2717

0 commit comments

Comments
 (0)