We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae81838 commit a02829bCopy full SHA for a02829b
1 file changed
.github/workflows/lint-and-test.yml
@@ -1,9 +1,6 @@
1
name: lint-and-test
2
3
on:
4
- pull_request:
5
- branches:
6
- - main
7
workflow_dispatch:
8
9
env:
@@ -12,12 +9,6 @@ env:
12
13
10
jobs:
14
11
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
- }}
21
name: Detect Changes
22
runs-on: ubuntu-latest
23
outputs:
0 commit comments