Skip to content

[BUGFIX] Pose d'un verrou pour limiter la création de challenge en certification (PIX-16165) #7430

[BUGFIX] Pose d'un verrou pour limiter la création de challenge en certification (PIX-16165)

[BUGFIX] Pose d'un verrou pour limiter la création de challenge en certification (PIX-16165) #7430

Workflow file for this run

name: Trigger CircleCI
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: dev
jobs:
trigger-ci:
runs-on: ubuntu-latest
steps:
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Trigger CircleCI
uses: CircleCI-Public/[email protected]
with:
target-branch: ${{ steps.extract_branch.outputs.branch }}
env:
CCI_TOKEN: ${{ secrets.PIX_SERVICE_CIRCLE_CI_TOKEN }}