Skip to content

Commit 99eec53

Browse files
authored
chore: merge pull request #214 from s0ders/ci/manual-workflow-dispatch
ci: allow manual workflow execution with workflow_dispatch event
2 parents fd429bc + 7f2f3e6 commit 99eec53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [ "main" ]
6+
workflow_dispatch:
67

78
env:
89
GO_VERSION: 1.23.1

cmd/release_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ func TestReleaseCmd_Monorepo_ExclusivePathAndPaths(t *testing.T) {
934934
MonorepoConfiguration: `[{"name": "bar", "path": "bar", "paths": ["./bar/", "./bar2/"]}]`,
935935
})
936936

937-
// TODO: refine to target specific monorepo.ErrExlusive...
937+
// TODO: refine to target specific monorepo.ErrExclusive...
938938
assert.Error(err, "should have failed trying to set exclusive path and paths")
939939
}
940940

0 commit comments

Comments
 (0)