Skip to content
Snippets Groups Projects
Commit 7992c354 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: mirror push with ci.skip

parent e0556652
No related branches found
No related tags found
1 merge request!160feat: mirror push with ci.skip
......@@ -11,7 +11,7 @@ concurrency:
jobs:
build:
name: Mirror
name: Mirror and Trigger EICweb
runs-on: ubuntu-latest
permissions:
actions: write
......@@ -22,11 +22,12 @@ jobs:
with:
fetch-depth: 0
- name: Push to EICweb
uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e
uses: eic/gitlab-sync@master
with:
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
- name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v2
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment