Skip to content
Snippets Groups Projects
Unverified Commit d9ec8f7e authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

fix: harmonize mirroring with detector_benchmarks (#18)

parent c7532d97
No related branches found
No related tags found
No related merge requests found
Pipeline #97779 passed with warnings
Pipeline: reconstruction_benchmarks

#97782

    Pipeline: physics_benchmarks

    #97781

      Pipeline: detector_benchmarks

      #97780

        name: Mirror and Trigger EICweb
        on:
        pull_request:
        delete:
        push:
        workflow_dispatch:
        ......@@ -22,7 +22,6 @@ jobs:
        with:
        fetch-depth: 0
        - name: Push to EICweb
        if: github.event_name == 'push'
        uses: eic/gitlab-sync@master
        with:
        url: https://eicweb.phy.anl.gov/containers/eic_container.git/
        ......@@ -30,7 +29,7 @@ jobs:
        username: ${{ secrets.GITLAB_USERNAME }}
        ciskip: true
        - name: Trigger EICweb
        if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
        if: ${{ github.event_name != 'delete' }}
        uses: eic/trigger-gitlab-ci@v3
        with:
        url: https://eicweb.phy.anl.gov
        ......
        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