Skip to content

Commit 019e551

Browse files
1 parent 7fce426 commit 019e551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tutorials.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run_ht_simple:
2020
name: Run HT, simple
2121
runs-on: ubuntu-latest
22-
container: precice/precice:${{ inputs.docker_image_tag }}
22+
container: precice/precice:${{ inputs.docker_image_tag || 'nightly' }}
2323
steps:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v2
@@ -55,7 +55,7 @@ jobs:
5555
run_ht_complex:
5656
name: Run HT, complex
5757
runs-on: ubuntu-latest
58-
container: precice/precice:${{ inputs.docker_image_tag }}
58+
container: precice/precice:${{ inputs.docker_image_tag || 'nightly' }}
5959
steps:
6060
- name: Checkout Repository
6161
uses: actions/checkout@v2

0 commit comments

Comments
 (0)