Skip to content

Commit

Permalink
Merge pull request #2025 from Sefaria/rework-branch-protections
Browse files Browse the repository at this point in the history
fix: put back old interdepencies
  • Loading branch information
edamboritz authored Sep 4, 2024
2 parents 3e5df03 + 73d58aa commit 057a0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
concurrency:
group: dev-mongo
cancel-in-progress: false
needs: [ build-derived ]
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -255,6 +256,7 @@ jobs:
concurrency:
group: dev-mongo
cancel-in-progress: false
needs: [ sandbox-ready ]
if: github.event.pull_request.draft == false
permissions:
contents: 'read'
Expand Down

0 comments on commit 057a0e5

Please sign in to comment.