Skip to content

Commit

Permalink
OPEN: Port GitLab CI (#1)
Browse files Browse the repository at this point in the history
* Test workflow main.yml

---------

Signed-off-by: Victor Jung <[email protected]>
  • Loading branch information
Victor-Jung authored Sep 2, 2024
1 parent 99d5cfd commit c8bb8a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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/Deeploy
token: ${{ secrets.GITLAB_TOKEN }}

0 comments on commit c8bb8a9

Please sign in to comment.