🐛 Corriger la maj des Dossier de Raccordement après changement de gestionnaire #4487
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: Pull Request workflow | |
on: | |
pull_request: | |
paths-ignore: | |
- 'README.md' | |
- '.storybook/**' | |
- '.vscode/**' | |
- 'scripts/**' | |
- 'docs/**' | |
- '.env.template' | |
- '.prettier**' | |
- 'LICENSE' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
call-shared-workflow: | |
uses: ./.github/workflows/shared-workflow.yml |