Skip to content

Fix correct number of clusters in the tests #23

Fix correct number of clusters in the tests

Fix correct number of clusters in the tests #23

Workflow file for this run

name: Trigger Gitlab Pipeline
on:
push:
branches:
- main
paths:
- "exact_kmeans/**"
- "tests/**"
- "config/**"
- "poetry.lock"
pull_request:
paths:
- "exact_kmeans/**"
- "tests/**"
- "config/**"
- "poetry.lock"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Trigger GitLab Pipeline
runs-on: ubuntu-latest
steps:
- name: Trigger Job
uses: digital-blueprint/gitlab-pipeline-trigger-action@v1
with:
host: 'gitlab.cs.uni-duesseldorf.de'
trigger_token: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}
access_token: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
id: '3102'
ref: 'main'
variables: |
{
"PROJECT": "exact-kmeans",
"GIT_HASH": "${{ github.event.pull_request.head.sha || github.sha }}",
"PIPELINES": "ubuntu,debian,ventura,monterey"
}