Skip to content

Commit bb5bbbf

Browse files
authored
fix dolfinx-tests.yml to reference main dolfinx (#758)
* fix dolfinx-tests.yml to reference main dolfinx * retrigger checks
1 parent 238a289 commit bb5bbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dolfinx-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
inputs:
1111
dolfinx_ref:
1212
description: "DOLFINx branch or tag"
13-
default: "sclaus2/add-void-to-kernels"
13+
default: "main"
1414
type: string
1515
basix_ref:
1616
description: "Basix branch or tag"
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
path: ./dolfinx
5656
repository: FEniCS/dolfinx
57-
ref: sclaus2/add-void-to-kernels
57+
ref: main
5858
- name: Get DOLFINx source (specified branch/tag)
5959
if: github.event_name == 'workflow_dispatch'
6060
uses: actions/checkout@v4

0 commit comments

Comments
 (0)