We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1fd7 commit 33edc8cCopy full SHA for 33edc8c
1 file changed
.github/workflows/trigger-e2e.yml
@@ -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