Skip to content

Commit

Permalink
[Fix][CI] Fix schedule test be canceled (#8024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Nov 14, 2024
1 parent 16cf632 commit 392300e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
outputs:
api: ${{ steps.filter.outputs.api }}
engine: ${{ steps.filter.outputs.engine }}
engine-e2e: ${{ steps.filter.outputs.engine-e2e }}
docs: ${{ steps.filter.outputs.docs }}
ut-modules: ${{ steps.ut-modules.outputs.modules }}
it-modules: ${{ steps.it-modules.outputs.modules }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ on:
- cron: '0 16 * * *'

concurrency:
group: backend-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
group: schedule-backend-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false

jobs:
call-build-and-test:
Expand Down

0 comments on commit 392300e

Please sign in to comment.