Gestion de plusieurs sous-catégories sur la carte #1811
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
||
secrets: inherit # pragma: allowlist secret` | ||
needs: [ci] | ||
with: | ||
environment: preprod | ||
# Address actions/missing-workflow-permissions rule in | ||
# code scanning alerts | ||
permissions: | ||
contents: read | ||