Skip to content

Commit 7bae673

Browse files
pfltkatila
authored andcommitted
Simplify validation workflows
Signed-off-by: Patrik Flykt <[email protected]>
1 parent 03b77f0 commit 7bae673

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

.github/workflows/validate-manual.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/validate-public.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: validation public
1+
name: Validation with public runner
22
on:
33
pull_request:
44
branches:
55
- 'main'
6+
workflow_dispatch:
67

78
permissions:
89
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests

.github/workflows/validate-self-hosted.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: validation self-hosted
1+
name: Validation with self-hosted runner
22
on:
33
pull_request:
44
branches:
55
- 'main'
6+
workflow_dispatch:
67

78
permissions:
89
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests

0 commit comments

Comments
 (0)