Skip to content

Commit 572dd37

Browse files
committedMar 15, 2025
Enable workflow_dispatch in CI pipeline
1 parent 70163fb commit 572dd37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/build-pipeline.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ on:
66
pull_request:
77
branches: [ master ]
88
workflow_call:
9-
secrets: {}
9+
secrets:
10+
CODECOV_TOKEN:
11+
required: true
1012
outputs:
1113
hashes:
1214
description: "Hashes of the artifacts that were built"
1315
value: ${{ jobs.build.outputs.hashes }}
16+
workflow_dispatch: {}
1417
permissions:
1518
actions: read
1619
contents: read

0 commit comments

Comments
 (0)