Skip to content

Commit

Permalink
ci: use concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus authored and omar-chahbouni-decathlon committed Apr 4, 2022
1 parent f38e641 commit bb8805e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/code/web-ui"
directory: "/code/web-ux"
target-branch: "main"
schedule:
interval: "daily"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
jobs:
prepare:
runs-on: ubuntu-latest
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: false
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
paths_result: ${{ steps.skip_check.outputs.paths_result }}
Expand Down

0 comments on commit bb8805e

Please sign in to comment.