fix(references) : formatter toutes les references des fiches SP même celles que l'ont ne trouve pas avec le resolver #1252
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: ♻️ Deactivate | |
on: | |
pull_request: | |
types: [closed] | |
delete: | |
branches: | |
- "**" | |
- "!v*" | |
- "!master" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event.ref || github.event.pull_request.head.ref }} | |
jobs: | |
kontinuous: | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-with-env-deactivate.yaml@v1 | |
secrets: inherit |