Skip to content

Update ci.yml

Update ci.yml #2

Workflow file for this run

name: Build and Test Erlang Application
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
## Every Monday at 2am.
- cron: 0 2 * * 1
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Build and Test Erlang Application

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 3): The workflow must contain at least one job with no dependencies.
name: Liver
needs: cleanup-master
if: ${{ !cancelled() }}
uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master