Skip to content

Commit

Permalink
Merge pull request #8484 from OpenMined/rasswanth/fix-hagrid-cd
Browse files Browse the repository at this point in the history
fixed concurrency in hagrid releases
  • Loading branch information
rasswanth-s authored Feb 14, 2024
2 parents 1eb1e0d + c9c11eb commit 7e36da6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd-hagrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
required: false
default: "false"

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

jobs:
call-pr-tests-linting:
if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks
Expand Down

0 comments on commit 7e36da6

Please sign in to comment.