Skip to content

Commit

Permalink
Adjust lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed May 7, 2024
1 parent 62cf9c4 commit cf6c947
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Lint

on:
push:
branches: [ "main", "release-*" ]
pull_request:
paths-ignore:
- 'docs/**'
Expand All @@ -16,7 +14,6 @@ on:

jobs:
operator-lint:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +24,6 @@ jobs:
working-directory: 'components/operator'

serverless-lint:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cf6c947

Please sign in to comment.