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