Skip to content

Commit

Permalink
add helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Nov 16, 2023
1 parent 811764c commit ef1aebd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run_testsuite_helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Testsuite (manual) # Unfortunately, we cannot modify the name: https://github.community/t/github-actions-dynamic-name-of-the-workflow-with-workflow-dispatch/150327
on:
push:
branches:
- move-systest-runners-to-vm
jobs:
run_testsuite_manual:
uses: ./.github/workflows/run_testsuite_workflow.yml@move-systest-runners-to-vm
with:
suites: calculix_test
build_args:
systests_branch: develop
loglevel: DEBUG

0 comments on commit ef1aebd

Please sign in to comment.