Skip to content

Commit

Permalink
always run required workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Jul 22, 2024
1 parent f884b3a commit b049191
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/images-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches:
- main
paths:
- sec-scanners-config.yaml
- config/serverless/values.yaml

jobs:
# check if developer doesn't change `main` images in the values.yaml and sec-scanners-config.yaml files
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-tests-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
types:
- completed
pull_request:
paths-ignore:
- 'docs/**'
- 'examples/**'
types: [opened, reopened, synchronize, ready_for_review]

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: lint

on:
pull_request:
paths:
- 'components/operator/**'
- 'components/serverless/**'
- '.github/**'
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: unit tests

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'examples/**'
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]

jobs:
Expand Down

0 comments on commit b049191

Please sign in to comment.