From 00668825a6a9f0a68634146d6d416c24caf7f048 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 12 Dec 2023 20:15:37 +0000 Subject: [PATCH] feat: mirror push with ci.skip --- .github/workflows/mirror.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 51bee29b..4587b030 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -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: