Skip to content

rust_scheduled

rust_scheduled #150

name : rust_scheduled
on :
schedule :
- cron : '0 1 * * *'
env :
RUST_BACKTRACE : 1
CARGO_TERM_COLOR : always
WITH_SMOKE : ${{ inputs.with_smoke }}
jobs :
tested :

Check failure on line 15 in .github/workflows/standard_rust_scheduled.yml

View workflow run for this annotation

GitHub Actions / rust_scheduled

Invalid workflow file

The workflow is not valid. .github/workflows/standard_rust_scheduled.yml (Line: 15, Col: 3): The workflow must contain at least one job with no dependencies.
needs: check
if : ${{ needs.check.outputs.should_run == 'true' }}
uses : Wandalen/wTools/.github/workflows/standard_rust_push.yml@alpha
with :
manifest_path : './Cargo.toml'
module_name : $\{{ github.event.base.ref }}_$\{{ github.event.number }}
commit_message : '+test_$\{{ github.event.base.ref }}_$\{{ github.event.number }}'