Skip to content

Commit

Permalink
Always run nginx container testing on every PR
Browse files Browse the repository at this point in the history
Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed Jul 23, 2024
1 parent a890cf3 commit b8571cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint and Test Charts

on:
pull_request:
types: [labeled]
paths:
jobs:
changes:
Expand Down Expand Up @@ -140,7 +139,7 @@ jobs:
test-nginx:
runs-on: ubuntu-22.04
needs: [changes, lint]
if: needs.changes.outputs.src != 'false' && github.event.label.name == 'nginx container'
if: needs.changes.outputs.src != 'false'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b8571cb

Please sign in to comment.