Skip to content

Commit

Permalink
Automatic cancel previous CI tests when newly commit comes for per PR (
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston authored Jan 25, 2025
1 parent f6452a7 commit 7e9e0af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
test-spark-30:
name: Test spark-3.0
Expand Down

0 comments on commit 7e9e0af

Please sign in to comment.