Skip to content

Commit

Permalink
SNOW-1349082 CI: remove concurrency restriction on daily jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-azhan committed Apr 26, 2024
1 parent 40157c5 commit 48131a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/daily_modin_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
tags:
description: "Test scenario tags"

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Check linting
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/daily_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
tags:
description: "Test scenario tags"

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Check linting
Expand Down

0 comments on commit 48131a5

Please sign in to comment.