Skip to content

Commit

Permalink
feat: mirror push with ci.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored and veprbl committed Dec 12, 2023
1 parent 3eeb595 commit 0066882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build:
name: Mirror
name: Mirror and Trigger EICweb
runs-on: ubuntu-latest
permissions:
actions: write
Expand All @@ -22,11 +22,12 @@ jobs:
with:
fetch-depth: 0
- name: Push to EICweb
uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e
uses: eic/gitlab-sync@master
with:
url: https://eicweb.phy.anl.gov/EIC/benchmarks/detector_benchmarks.git/
token: ${{ secrets.GITLAB_TOKEN }}
username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
- name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v2
with:
Expand Down

0 comments on commit 0066882

Please sign in to comment.