Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jobrachem committed Mar 24, 2024
1 parent 70880e7 commit ea8b5b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main] # branch to trigger deployment

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

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


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

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


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

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


Expand Down

0 comments on commit ea8b5b5

Please sign in to comment.