Skip to content
Snippets Groups Projects

accept and pass PIPELINE_NAME

Merged Dmitry Kalinkin requested to merge pr/pipeline_name into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31 31 ciskip: true
32 32 - name: Trigger EICweb
33 33 if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
34 uses: eic/trigger-gitlab-ci@v2
34 uses: eic/trigger-gitlab-ci@v3
35 35 with:
36 36 url: https://eicweb.phy.anl.gov
37 37 project_id: 290
38 38 token: ${{ secrets.EICWEB_EIC_CONTAINER_TRIGGER }}
39 39 ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
40 variables:
40 variables: |
  • Wouter Deconinck approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading