Skip to content

Commit 3e69f79

Browse files
committed
Fix workflow call
1 parent 35cdb4d commit 3e69f79

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7-
7+
workflow_call:
88
jobs:
99
test-code:
1010
name: Test on ${{ matrix.container }}
@@ -16,10 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
container: [
19-
# "ghcr.io/fenics/dolfinx/dolfinx:stable",
20-
"ghcr.io/fenics/dolfinx/dolfinx:nightly"
21-
]
22-
19+
# "ghcr.io/fenics/dolfinx/dolfinx:stable",
20+
"ghcr.io/fenics/dolfinx/dolfinx:nightly",
21+
]
2322

2423
steps:
2524
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)