Skip to content

Split Debian and Alpine into two workflows #1

Split Debian and Alpine into two workflows

Split Debian and Alpine into two workflows #1

Workflow file for this run

name: Alpine
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '13 3 * * *'
jobs:
supported-alpine-versions:
name: Supported Alpine versions
runs-on: ubuntu-latest
outputs:
alpine: ${{ steps.supported-alpine-versions.outputs.versions }}
steps:
- id: supported-alpine-versions
name: Generate Alpine
uses: wyrihaximus/github-action-supported-alpine-linux-versions@v1
ci:
needs:
- supported-debian-versions

Check failure on line 22 in .github/workflows/alpine.yml

View workflow run for this annotation

GitHub Actions / Alpine

Invalid workflow file

The workflow is not valid. .github/workflows/alpine.yml (Line: 22, Col: 9): Job 'ci' depends on unknown job 'supported-debian-versions'.
name: Continuous Integration
uses: ./.github/workflows/ci.yml
with:
alpine: ${{ needs.supported-debian-versions.outputs.alpine }}
debian: "[]"