fix(convention-collectives): texte plus clair pour la dialog de confirmation de suppression de la CC #1117
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 |