Skip to content
Snippets Groups Projects
Unverified Commit f6ea4ebf authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

mirror.yaml: mirror branch delete actions to eicweb (#33)

Currently, one has to manually remove branches on both repositories.
parent 39a24e2c
No related branches found
No related tags found
No related merge requests found
Pipeline #98528 passed with warnings with stages
in 1 hour, 17 minutes, and 31 seconds
name: Mirror and Trigger EICweb name: Mirror and Trigger EICweb
on: on:
delete:
push: push:
workflow_dispatch: workflow_dispatch:
...@@ -29,6 +30,7 @@ jobs: ...@@ -29,6 +30,7 @@ jobs:
ciskip: true ciskip: true
- name: Trigger EICweb - name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v3 uses: eic/trigger-gitlab-ci@v3
if: ${{ github.event_name != 'delete' }}
with: with:
url: https://eicweb.phy.anl.gov url: https://eicweb.phy.anl.gov
project_id: 399 project_id: 399
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment