Skip to content

Commit

Permalink
add separate pr workflow to call xtest wf
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethhealy committed Oct 28, 2024
1 parent 85397ac commit 97eb9d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/xtest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: X-Test
on:
pull_request:
workflow_call:
inputs:
platform-ref:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/xtest_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run X-Test
on:
pull_request:

jobs:
platform-xtest:
permissions:
contents: read
packages: read
needs: platform-integration
uses: opentdf/tests/.github/workflows/xtest.yml@{{ github.ref }}
with:
tests-ref: ${{ github.ref }}

0 comments on commit 97eb9d9

Please sign in to comment.