Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed May 16, 2024
2 parents 2791a25 + e10bbdd commit e509a2e
Show file tree
Hide file tree
Showing 229 changed files with 2,626 additions and 1,394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}

jobs:
changed_files:
Expand Down
Loading

0 comments on commit e509a2e

Please sign in to comment.