Skip to content

Commit

Permalink
Add workflow for weekly check against prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jun 5, 2024
1 parent 4432ba0 commit ce375e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/check-lf-prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Check compatibility with Lingua Franca master'
on:
workflow_dispatch:
schedule:
- cron: "0 20 * * Fri"

jobs:
run-ci:
uses: ./.github/workflows/ci.yml
with:
compiler-ref: master
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
workflow_call:
inputs:
compiler_ref:
compiler-ref:
type: string
jobs:
find-latest-release:
Expand Down

0 comments on commit ce375e7

Please sign in to comment.