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
Branches
Tags
No related merge requests found
name: Mirror and Trigger EICweb name: Mirror and Trigger EICweb
on: on:
pull_request: delete:
push: push:
workflow_dispatch: workflow_dispatch:
...@@ -22,7 +22,6 @@ jobs: ...@@ -22,7 +22,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Push to EICweb - name: Push to EICweb
if: github.event_name == 'push'
uses: eic/gitlab-sync@master uses: eic/gitlab-sync@master
with: with:
url: https://eicweb.phy.anl.gov/containers/eic_container.git/ url: https://eicweb.phy.anl.gov/containers/eic_container.git/
...@@ -30,7 +29,7 @@ jobs: ...@@ -30,7 +29,7 @@ jobs:
username: ${{ secrets.GITLAB_USERNAME }} username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true ciskip: true
- name: Trigger EICweb - 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 uses: eic/trigger-gitlab-ci@v3
with: with:
url: https://eicweb.phy.anl.gov url: https://eicweb.phy.anl.gov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment