Rename workflows

This commit is contained in:
Jorge Manrubia
2025-11-27 07:47:02 +01:00
parent 9e2a174d5d
commit 25cfa42872
2 changed files with 2 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
name: CI (SaaS)
on:
push:
jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
saas: true
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}