Skip to content

Commit

Permalink
Temporarily disabling assets_validation concurrency prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 17, 2024
1 parent b57d7ec commit 0fd3fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
pull_request:
branches: [ main, release/** ]

concurrency:
group: ${{ github.head_ref || github.run_id }}-assets_validation
cancel-in-progress: true
# concurrency:
# group: ${{ github.head_ref || github.run_id }}-assets_validation
# cancel-in-progress: true

jobs:
test-npm-build:
Expand Down

0 comments on commit 0fd3fd8

Please sign in to comment.