Skip to content

Commit 97eb9d9

Browse files
add separate pr workflow to call xtest wf
1 parent 85397ac commit 97eb9d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/xtest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: X-Test
22
on:
3-
pull_request:
43
workflow_call:
54
inputs:
65
platform-ref:

.github/workflows/xtest_pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run X-Test
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
platform-xtest:
7+
permissions:
8+
contents: read
9+
packages: read
10+
needs: platform-integration
11+
uses: opentdf/tests/.github/workflows/xtest.yml@{{ github.ref }}
12+
with:
13+
tests-ref: ${{ github.ref }}

0 commit comments

Comments
 (0)