Skip to content

Commit

Permalink
Split pipeline template tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Nov 10, 2024
1 parent a027f8c commit abf73cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
workflow_dispatch:

jobs:
SimplePackage:
uses: pyTooling/Actions/.github/workflows/Pipeline-NamespacePackage.yml@dev
with:
package_name: pyDummy

NamespacePackage:
uses: pyTooling/Actions/.github/workflows/Pipeline-NamespacePackage.yml@dev
with:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/_Checking_SimplePackage_Pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Verification of Pipeline Templates

on:
push:
workflow_dispatch:

jobs:
SimplePackage:
uses: pyTooling/Actions/.github/workflows/Pipeline-NamespacePackage.yml@dev
with:
package_name: pyDummy

0 comments on commit abf73cb

Please sign in to comment.