diff --git a/.github/workflows/ajson_mirror.yaml b/.github/workflows/ajson_mirror.yaml index 744d91351..53d5940e4 100644 --- a/.github/workflows/ajson_mirror.yaml +++ b/.github/workflows/ajson_mirror.yaml @@ -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