Skip to content

simvectors: Improve html report with visual memory footprint #71

simvectors: Improve html report with visual memory footprint

simvectors: Improve html report with visual memory footprint #71

Workflow file for this run

# Copyright 2022 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: Paul Scheffler <paulsc@iis.ee.ethz.ch>
name: gitlab-ci
on: [ push, pull_request, workflow_dispatch ]
permissions:
# deployments permission to deploy GitHub pages website
deployments: write
# contents permission to update benchmark contents in gh-pages branch
contents: write
jobs:
gitlab-ci:
runs-on: ubuntu-latest
steps:
- name: Check Gitlab CI
uses: pulp-platform/pulp-actions/gitlab-ci@v1
# Skip on forks or pull requests from forks due to missing secrets.
if: github.repository == 'pulp-platform/hci' && (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/hci
token: ${{ secrets.GITLAB_TOKEN }}