Skip to content

Commit 32a08f7

Browse files
committed
[ELI-731] changing behaviour of test workflow to get out of the way
1 parent add6070 commit 32a08f7

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/signing_test.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
name: "signing-test"
22

33
on:
4-
push:
5-
branches:
6-
- feature/ELI-702-code-signing
4+
workflow_dispatch:
5+
inputs:
6+
ref:
7+
description: "Branch, tag, or commit SHA to check out"
8+
required: true
9+
default: "feature/ELI-702-code-signing"
10+
artifact_tag:
11+
description: "Artifact tag to deploy, for example dev-20260410120000"
12+
required: true
13+
artifact_run_id:
14+
description: "Workflow run ID that produced the lambda artifact"
15+
required: true
716

817
permissions:
918
contents: read

0 commit comments

Comments
 (0)