Skip to content

Trigger Gitlab Pipeline #20

Trigger Gitlab Pipeline

Trigger Gitlab Pipeline #20

Workflow file for this run

name: Trigger Gitlab Pipeline
on:
push:
branches:
- main
paths:
- "kmsr/**"
- "tests/**"
- "poetry.lock"
pull_request:
paths:
- "kmsr/**"
- "tests/**"
- "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": "k-min-sum-radii",
"GIT_HASH": "${{ github.event.pull_request.head.sha || github.sha }}"
}