Skip to content

Commit

Permalink
fix: harmonize mirroring with detector_benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jul 10, 2024
1 parent c7532d9 commit bedb25f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Mirror and Trigger EICweb

on:
pull_request:
delete:
push:
workflow_dispatch:

Expand All @@ -22,15 +22,14 @@ 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/
token: ${{ secrets.GITLAB_TOKEN }}
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
Expand Down

0 comments on commit bedb25f

Please sign in to comment.