Skip to content

Trigger on push to nightly #1

Trigger on push to nightly

Trigger on push to nightly #1

Workflow file for this run

name: Nightly build
# Trigger the workflow every day at 5 AM (UTC).
on:
push:
branches: nightly
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
jobs:
nightly-build:
runs-on: ubuntu-latest
steps:
- name: Check out vscode-lingua-franca repository
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 1
- name: Pull the latest lingua-franca submodule
run: |
ls -l
- name: Set nightly version number
run: |
./.github/scripts/nightly-version.sh