fix(references) : formatter toutes les references des fiches SP même … #1944
Workflow file for this run
This file contains 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 Auto | |
on: | |
push: | |
branches: | |
- "**" | |
- "!renovate/**" | |
- "!dependabot/**" | |
- "!master" | |
- "!main" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
jobs: | |
kontinuous: | |
name: "Deploy on Kubernetes 🐳" | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-with-env-review-auto.yaml@master | |
secrets: inherit |