feat: LBA-1326 Modification du lien catalogue des CFAs delegations #4399
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: PR CI and Preview | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review, closed] | |
jobs: | |
tests: | |
if: github.event.pull_request.state == 'open' | |
uses: "./.github/workflows/ci.yml" | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
deploy_comment: | |
name: Add deploy comment | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment PR Preview | |
if: github.event.pull_request.state != 'closed' | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
To deploy this PR just add a comment with a simple :rocket: | |
comment_tag: deployment_instructions | |
mode: upsert |