Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Only retrieve latest release when not compiler-ref is specified.
  • Loading branch information
lhstrh authored Jun 5, 2024
1 parent 94549d0 commit 92c5e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
jobs:
find-latest-release:
uses: lf-lang/lingua-franca/.github/workflows/latest-release.yml@master

if: ${{ inputs.compiler-ref == '' }}

check-compile:
runs-on: ubuntu-latest
needs: find-latest-release
Expand Down

0 comments on commit 92c5e04

Please sign in to comment.