Skip to content

Commit bf279f2

Browse files
committed
split
1 parent 0f31aee commit bf279f2

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

.github/workflows/mirror.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: mirror
2+
3+
on:
4+
push:
5+
create:
6+
pull_request:
7+
types: [opened, synchronize]
8+
9+
jobs:
10+
GitLab:
11+
if: ${{ github.repository == 'jngrad/espresso' }}
12+
uses: ./.github/workflows/gitlab.yml
13+
permissions:
14+
contents: read
15+
statuses: write
16+
secrets:
17+
# https://github.com/orgs/community/discussions/25238#discussioncomment-3247035
18+
GITLAB_WRITE_API: ${{ secrets.GITLAB_WRITE_API }}
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ permissions:
1010
contents: read # to fetch code (actions/checkout)
1111

1212
jobs:
13-
GitLab CI:
14-
if: ${{ github.repository == 'jngrad/espresso' }}
15-
uses: ./.github/workflows/gitlab.yml
16-
permissions:
17-
contents: read
18-
statuses: write
19-
secrets:
20-
# https://github.com/orgs/community/discussions/25238#discussioncomment-3247035
21-
GITLAB_WRITE_API: ${{ secrets.GITLAB_WRITE_API }}
22-
2313
trigger_pipeline:
2414
runs-on: ubuntu-24.04
2515
environment: mirror

0 commit comments

Comments
 (0)