Skip to content

Bump TUD synth RTL #567

Bump TUD synth RTL

Bump TUD synth RTL #567

Workflow file for this run

# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Author: Sergio Mazzola <[email protected]>
name: gitlab-ci
on:
[ push, workflow_dispatch ]
#on:
# push:
# branches:
# - main
# - devel
# pull_request:
# workflow_dispatch:
jobs:
gitlab-ci:
runs-on: ubuntu-latest
steps:
- name: Check Gitlab CI
uses: pulp-platform/pulp-actions/gitlab-ci@v2
# Skip on forks or pull requests from forks due to missing secrets.
if: github.repository == 'pulp-platform/chimera' && (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/chimera
token: ${{ secrets.GITLAB_TOKEN }}