Skip to content

[TECH] Suppression d'un script de rescoring N-1 (PIX-13544). #33

[TECH] Suppression d'un script de rescoring N-1 (PIX-13544).

[TECH] Suppression d'un script de rescoring N-1 (PIX-13544). #33

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: Trigger CircleCI
# ensure PR is not draft
if: '! github.event.pull_request.draft'
uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.PIX_SERVICE_CIRCLE_CI_TOKEN }}