Skip to content

Commit

Permalink
Ignore GeoWeb charts in openshift-install action. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
petringo authored Oct 16, 2024
1 parent a1ac085 commit ffc9e14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/openshift-install.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Install chart to Openshift

on: pull_request # yamllint disable-line rule:truthy
on:
pull_request:
paths-ignore:
- 'charts/geoweb-*/**'

jobs:
lint-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ffc9e14

Please sign in to comment.