Skip to content

Commit f72fee4

Browse files
committed
Make typepal checkout depend on whether a version was specified
1 parent c2c7527 commit f72fee4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
path: 'deps/rascal'
5050

5151
- uses: actions/checkout@v4
52+
if: ${{ inputs.typepal_version != '' }}
5253
name: 'Checkout typepal (${{ inputs.typepal_version }})'
5354
with:
5455
repository: 'usethesource/typepal'

0 commit comments

Comments
 (0)