We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd152f commit 21d6359Copy full SHA for 21d6359
4 files changed
.github/workflows/golangci-lint.yml
@@ -5,7 +5,6 @@ on:
5
tags:
6
- "v9.*"
7
- "v8.*"
8
- - "v7.*"
9
pull_request:
10
types:
11
- opened
@@ -15,7 +14,6 @@ on:
15
14
- main
16
- v9
17
- v8
18
- - v7
19
paths-ignore:
20
- "doc/**"
21
- ".gitpod.yml"
.github/workflows/tests-integration.yml
@@ -56,12 +56,10 @@ on:
56
push:
57
58
59
60
pull_request_target:
61
branches:
62
63
64
65
66
67
.github/workflows/tests-unit.yml
@@ -13,13 +13,11 @@ on:
13
22
23
24
25
.github/workflows/util-code-quality.yml
@@ -6,7 +6,6 @@ on:
schedule:
- cron: '45 5 * * *'
12
0 commit comments