Skip to content

CI: Setup CI automerge #2

CI: Setup CI automerge

CI: Setup CI automerge #2

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
tags:
- "*.*.*"
pull_request:
jobs:
test:
uses: ./.github/workflows/test.yml
if: ${{ github.event_name == 'pull_request' }}
automerge:
uses: ./.github/workflows/automerge.yml
needs:
- docker

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 9): Job 'automerge' depends on unknown job 'docker'.
- test
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
# vim:ft=yaml:et:ts=2:sw=2