Skip to content

Commit

Permalink
Update workflows by grouping matching pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ZER0 committed Feb 5, 2024
1 parent e3140f3 commit a702a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
with:
filters: |
run-ci:
- '!web-wallet/**'
- '!.github/workflows/webwallet_ci.yml'
- '!**/*.md'
- '!(
web-wallet/**|
.github/workflows/webwallet_ci.yml
)'
analyze:
needs: changes
if: needs.changes.outputs.run-ci == 'true'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/webwallet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run-ci:
- 'web-wallet/**'
- '.github/workflows/webwallet_ci.yml'
- '!**/*.md'
lint-test:
needs: changes
if: needs.changes.outputs.run-ci == 'true' && (github.event.pull_request.draft == false || github.event_name == 'workflow_dispatch')
Expand Down

0 comments on commit a702a3d

Please sign in to comment.