Skip to content

Commit 777adb4

Browse files
committed
Make it possible to call test dolfinx versions from workflow
1 parent 9c07c2f commit 777adb4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_dolfinx_versions.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Test dolfinx versions
22

33
on:
4-
push:
5-
branches: [main]
4+
workflow_call:
5+
inputs:
6+
dolfinx_tag:
7+
required: true
8+
type: string
69
pull_request:
710

811
jobs:

0 commit comments

Comments
 (0)