Skip to content

Nightly

Nightly #170

Workflow file for this run

name: Nightly
on:
schedule:
- cron: "0 06 * * *"
workflow_dispatch:
jobs:
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
build:
uses: ./.github/workflows/build.yaml
bats:
needs: build
uses: ./.github/workflows/bats.yaml
contract-deps:
secrets: inherit
uses: ./.github/workflows/contract-deps.yaml
nightly:
needs: [build, contract-deps]
secrets: inherit
uses: ./.github/workflows/contract.yaml

Check failure on line 23 in .github/workflows/nightly.yaml

View workflow run for this annotation

GitHub Actions / Nightly

Invalid workflow file

The workflow is not valid. In .github/workflows/nightly.yaml (Line: 23, Col: 11): Error from called workflow posit-dev/publisher/.github/workflows/contract.yaml@57a806f55cb049f3d9740e89805182c8c7709c2b (Line: 2, Col: 1): Unexpected value 'continue-on-error'
cleanup:
needs: nightly
secrets: inherit
uses: ./.github/workflows/cleanup.yaml
# Extensions
jupyterlab:
uses: ./.github/workflows/jupyterlab.yaml
vscode:
uses: ./.github/workflows/vscode.yaml