Files
fizzy/.github/workflows/ci-saas.yml
T
Jorge Manrubia 25cfa42872 Rename workflows
2025-11-28 15:53:58 +01:00

13 lines
164 B
YAML

name: CI (SaaS)
on:
push:
jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
saas: true
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}