We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6775d commit b005514Copy full SHA for b005514
.github/workflows/mirror.yaml
@@ -29,7 +29,7 @@ jobs:
29
username: ${{ secrets.GITLAB_USERNAME }}
30
ciskip: true
31
- name: Trigger EICweb
32
- if: ${{ github.event_name != 'delete' }}
+ if: ${{ github.event_name != 'delete' && github.event_name != 'workflow_dispatch' }}
33
uses: eic/trigger-gitlab-ci@v3
34
with:
35
url: https://eicweb.phy.anl.gov
0 commit comments