Skip to content

Commit

Permalink
Exclude apps in resources/* from CI (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mocenas authored Aug 16, 2024
1 parent 7048d02 commit 1d07099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
continue-on-error: true
- id: detect-changes
run: |
MODULES=$(find -name pom.xml | sed -e 's|pom.xml| |' | sed -e 's|./| |' | grep -v " quarkus/")
MODULES=$(find -name pom.xml | sed -e 's|pom.xml| |' | sed -e 's|./| |' | grep -v " quarkus/" | grep -v resources)
CHANGED=""
MODULES_ARG=""
Expand Down

0 comments on commit 1d07099

Please sign in to comment.