Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19f3262

Browse files
committedMar 11, 2024
fixup! cleanup test workflow
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 68ba5ea commit 19f3262

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed
 

‎.github/workflows/ci.test.yml

+2-37
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,8 @@
2222
name: Tests
2323

2424
on:
25-
workflow_call:
26-
inputs:
27-
provenance:
28-
type: boolean
29-
description: "Provenance"
30-
default: false
31-
provenance_publish:
32-
type: boolean
33-
description: "Publish: Provenance"
34-
default: true
35-
snapshot:
36-
type: boolean
37-
description: "Publish: Snapshot"
38-
default: false
39-
repository:
40-
type: string
41-
description: "Publish Repository"
42-
default: "sonatype-nexus-snapshots"
43-
44-
workflow_dispatch:
45-
inputs:
46-
provenance:
47-
type: boolean
48-
description: "Provenance"
49-
default: false
50-
provenance_publish:
51-
type: boolean
52-
description: "Publish: Provenance"
53-
default: false
54-
snapshot:
55-
type: boolean
56-
description: "Publish: Snapshot"
57-
default: true
58-
repository:
59-
type: string
60-
description: "Publish Repository"
61-
default: "sonatype-nexus-snapshots"
25+
workflow_call: {}
26+
workflow_dispatch: {}
6227

6328
permissions:
6429
contents: read

0 commit comments

Comments
 (0)
Please sign in to comment.