Skip to content

Binary special methods return NotImplemented (#1191) #71

Binary special methods return NotImplemented (#1191)

Binary special methods return NotImplemented (#1191) #71

Workflow file for this run

name: Start CI Run
on:
push:
branches:
- 'main'
- 'release/**'
- 'support/**'
jobs:
starter:
runs-on: ubuntu-latest
steps:
- name: 'start test'
run: |
curl -s -X POST \
--fail \
-F token=${{ secrets.CB_PIPELINE }} \
-F "ref=pt20" \
-F "variables[SHA]=$GITHUB_SHA" \
https://codebase.helmholtz.cloud/api/v4/projects/7605/trigger/pipeline -o /dev/null