Skip to content

Commit

Permalink
mirror.yaml: mirror branch delete actions to eicweb
Browse files Browse the repository at this point in the history
Currently, one has to manually remove branches on both repositories.
  • Loading branch information
veprbl authored Jul 9, 2024
1 parent 6ce34db commit f054c58
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: 399
Expand Down

0 comments on commit f054c58

Please sign in to comment.