We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fce426 commit 019e551Copy full SHA for 019e551
.github/workflows/run-tutorials.yml
@@ -19,7 +19,7 @@ jobs:
19
run_ht_simple:
20
name: Run HT, simple
21
runs-on: ubuntu-latest
22
- container: precice/precice:${{ inputs.docker_image_tag }}
+ container: precice/precice:${{ inputs.docker_image_tag || 'nightly' }}
23
steps:
24
- name: Checkout Repository
25
uses: actions/checkout@v2
@@ -55,7 +55,7 @@ jobs:
55
run_ht_complex:
56
name: Run HT, complex
57
58
59
60
61
0 commit comments