Skip to content

Commit dfb1ec7

Browse files
committed
Restore commit tag in CI workflow
1 parent d21249e commit dfb1ec7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rln-prover-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ permissions:
44
contents: read
55
actions: read
66

7+
on:
8+
workflow_call:
9+
inputs:
10+
commit_tag:
11+
required: true
12+
type: string
13+
714
env:
15+
COMMIT_TAG: ${{ inputs.commit_tag }}
816
PROTOC_VERSION: "3.25.3"
917

1018
jobs:

0 commit comments

Comments
 (0)