Skip to content

Commit a02829b

Browse files
committed
ci: lint and test only manual triggered.
1 parent ae81838 commit a02829b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: lint-and-test
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
74
workflow_dispatch:
85

96
env:
@@ -12,12 +9,6 @@ env:
129

1310
jobs:
1411
changes:
15-
if: >-
16-
${{
17-
!contains(github.event.pull_request.labels.*.name, 'prepare-release') &&
18-
!contains(github.event.pull_request.labels.*.name, 'refresh-locks') &&
19-
!contains(github.event.pull_request.labels.*.name, 'chart-bump')
20-
}}
2112
name: Detect Changes
2213
runs-on: ubuntu-latest
2314
outputs:

0 commit comments

Comments
 (0)