Skip to content

Activation unit

Activation unit #9

Workflow file for this run

name: gitlab-ci
on: [ push, 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.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/ita
token: ${{ secrets.GITLAB_TOKEN }}