Skip to content

chore: Cleanup CI

chore: Cleanup CI #7

Workflow file for this run

name: Daily Nim Devel
on:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
pull_request:
jobs:
test_nim_devel:
name: Daily Nim Devel
uses: ./.github/workflows/base_daily_tests.yml

Check failure on line 11 in .github/workflows/daily_devel.yml

View workflow run for this annotation

GitHub Actions / Daily Nim Devel

Invalid workflow file

The workflow is not valid. .github/workflows/daily_devel.yml (Line: 11, Col: 11): Input nim is required, but not provided while calling. .github/workflows/daily_devel.yml (Line: 13, Col: 19): Invalid input, nim_branch is not defined in the referenced workflow.
with:
nim_branch: "[{'version': 'devel', 'memory_management': 'orc'}]"
cpu: "['amd64']"