Skip to content

CI: test error surfacing via pulp-actions fork #302

CI: test error surfacing via pulp-actions fork

CI: test error surfacing via pulp-actions fork #302

Workflow file for this run

# Copyright 2025 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE.APACHE for details.
# SPDX-License-Identifier: Apache-2.0
# Author: Alessandro Nadalini <alessandro.nadalini3@unibo.it>
# Alberto Dequino <alberto.dequino@unibo.it>
name: gitlab-ci
"on":
push:
branches:
- main
pull_request:
push:
workflow_dispatch:
jobs:
gitlab-ci:
runs-on: ubuntu-latest
steps:
- name: Gitlab CI Runner
id: gitlab_ci
uses: diaconuccalin/pulp-actions/gitlab-ci@ac8a2e13f0f99bef678224f61fe7cf1b65575a08
# Check if GITLAB_TOKEN is set to avoid running on forks.
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/magia-sdk-mirror
token: ${{ secrets.GITLAB_TOKEN }}