fix: add alembic merge migration to resolve multiple heads (#370) #33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Calls cross-service E2E tests in syft-nsai-tests on push to main. | |
| # The job appears as a check on this repo's commits | |
| name: Trigger E2E Tests | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| e2e: | |
| uses: OpenMined/syft-nsai-tests/.github/workflows/e2e.yml@main | |
| with: | |
| syfthub_ref: ${{ github.sha }} | |
| syft_space_ref: main |