Skip to content

Commit

Permalink
Merge pull request #8454 from OpenMined/rasswanth/fix-syft-cd-concurr…
Browse files Browse the repository at this point in the history
…ency

Fix CD-Syft Concurrency
  • Loading branch information
rasswanth-s authored Feb 5, 2024
2 parents e97fb56 + 97ba1b1 commit abec6ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
- TEST_PYPI
- REAL_AND_TEST_PYPI

# Prevents concurrent runs of the same workflow
# while the previous run is still in progress
concurrency:
group: "CD - Syft"
cancel-in-progress: false

jobs:
release-checks:
if: github.repository == 'OpenMined/PySyft' # don't run on forks
Expand Down

0 comments on commit abec6ce

Please sign in to comment.