Skip to content

Commit 33edc8c

Browse files
committed
ci: add workflow to trigger cross-service E2E tests on push to main
1 parent 15a1fd7 commit 33edc8c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/trigger-e2e.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Calls cross-service E2E tests in syft-nsai-tests on push to main.
2+
# The job appears as a check on this repo's commits.
3+
name: Trigger E2E Tests
4+
5+
on:
6+
push:
7+
branches: [main]
8+
9+
jobs:
10+
e2e:
11+
uses: OpenMined/syft-nsai-tests/.github/workflows/e2e.yml@main
12+
with:
13+
syfthub_ref: main
14+
syft_space_ref: ${{ github.sha }}

0 commit comments

Comments
 (0)