Skip to content

Release v1.33.0

Release v1.33.0 #228

Workflow file for this run

# Copyright 2023 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Based on https://github.com/pulp-platform/pulp-actions/tree/main/gitlab-ci#action-usage
# Author: Nils Wistoff <[email protected]>
name: gitlab-ci
on: [ push, pull_request_target, workflow_dispatch ]
jobs:
gitlab-ci:
runs-on: ubuntu-latest
if: github.repository == 'pulp-platform/common_cells'
steps:
- name: Check Gitlab CI
uses: pulp-platform/pulp-actions/gitlab-ci@v1
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/common_cells
token: ${{ secrets.GITLAB_TOKEN }}