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
Branches
Tags
1 merge request!819fix: only trigger eicweb on github pull_request
This commit is part of merge request !819. Comments created here will be created in the context of that merge request.
...@@ -29,6 +29,7 @@ jobs: ...@@ -29,6 +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'
uses: eic/trigger-gitlab-ci@v2 uses: eic/trigger-gitlab-ci@v2
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