Skip to content

Commit

Permalink
Move concurrency in CI to ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium committed Nov 9, 2023
1 parent 3cee7eb commit e2bee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CI
concurrency: hana-tests

on:
push:
Expand All @@ -23,6 +22,7 @@ jobs:
run: "pre-commit run --all"
ci-test:
if: ${{ github.event_name == 'pull_request' }}
concurrency: hana-tests
strategy:
fail-fast: false
max-parallel: 1
Expand Down

0 comments on commit e2bee5e

Please sign in to comment.