Skip to content

Gestion de plusieurs sous-catégories sur la carte #1804

Gestion de plusieurs sous-catégories sur la carte

Gestion de plusieurs sous-catégories sur la carte #1804

Workflow file for this run

name: 💣 Review
on:
workflow_dispatch:
pull_request:
types: [labeled, opened, synchronize]
defaults:
run:
shell: bash
jobs:
ci:
name: 🤖 CI
uses: ./.github/workflows/ci.yml
preprod:
name: 🟠 Preprod
uses: ./.github/workflows/_cd-by-environment.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/review.yml" -> "./.github/workflows/_cd-by-environment.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit # pragma: allowlist secret`
needs: [ci]
with:
environment: preprod
# Address actions/missing-workflow-permissions rule in
# code scanning alerts
permissions:
contents: read