Skip to content

Commit

Permalink
Prevent duplicate CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Apr 26, 2024
1 parent cf9d0b4 commit 089a7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
miniextensions-proxy:
paths:
- 'apps/miniextensions-proxy/**'
paths:
- 'package-lock.json'
paths:
- 'package-lock.json'
outputs:
should_skip: ${{ steps.modified_paths_check.outputs.should_skip }}
paths_result: ${{ steps.modified_paths_check.outputs.paths_result }}
Expand Down

0 comments on commit 089a7dc

Please sign in to comment.