Skip to content

Commit

Permalink
mirror.yaml: mirror branch delete actions to eicweb (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Jul 10, 2024
1 parent 6ad4476 commit 97e6016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Mirror and Trigger EICweb

on:
delete:
push:
workflow_dispatch:

Expand Down Expand Up @@ -29,6 +30,7 @@ jobs:
ciskip: true
- name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v3
if: ${{ github.event_name != 'delete' }}
with:
url: https://eicweb.phy.anl.gov
project_id: 400
Expand Down

0 comments on commit 97e6016

Please sign in to comment.