Skip to content

ci: update cheshire-nonfree remote #4

ci: update cheshire-nonfree remote

ci: update cheshire-nonfree remote #4

Workflow file for this run

name: pulp-gitlab-ci
on: [ push, workflow_dispatch ]
jobs:
pulp-gitlab-ci:
runs-on: ubuntu-latest
timeout-minutes: 5
# Skip on forks or pull requests from forks due to missing secrets.
if: github.repository == 'pulp-platform/cva6' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
steps:
- name: Check Gitlab CI
uses: pulp-platform/pulp-actions/gitlab-ci@v2.4.3
with:
domain: iis-git.ee.ethz.ch
repo: github-mirror/cva6
token: ${{ secrets.GITLAB_TOKEN }}
poll-period: 10