Skip to content
Snippets Groups Projects
Commit 570c5bd1 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: only trigger eicweb on github pull_request

parent 000435ab
No related branches found
No related tags found
1 merge request!819fix: only trigger eicweb on github pull_request
......@@ -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
......
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