Skip to content

Commit

Permalink
fix: only trigger eicweb on github pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 31, 2023
1 parent 000435a commit 570c5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
- name: Trigger EICweb
if: github.event_name == 'pull_request'
uses: eic/trigger-gitlab-ci@v2
with:
url: https://eicweb.phy.anl.gov
Expand Down

0 comments on commit 570c5bd

Please sign in to comment.