mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Update ajson wf to run for origin repo only (#4926)
This commit is contained in:
parent
54036c11dd
commit
8e8eae99b0
5
.github/workflows/ajson_mirror.yaml
vendored
5
.github/workflows/ajson_mirror.yaml
vendored
|
@ -6,7 +6,9 @@ on:
|
||||||
- cron: '0 0 * * 1'
|
- cron: '0 0 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
pr_ajson_changes:
|
||||||
|
# Origin repo only
|
||||||
|
if: github.repository == 'abapGit/abapGit'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -26,7 +28,6 @@ jobs:
|
||||||
git status
|
git status
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
if: github.repository == 'abapGit/abapGit'
|
|
||||||
with:
|
with:
|
||||||
title: ajson, Automatic Update
|
title: ajson, Automatic Update
|
||||||
branch: automatic/ajson
|
branch: automatic/ajson
|
||||||
|
|
Loading…
Reference in New Issue
Block a user