diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml_disabled similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/build.yml_disabled diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 9154ed43..0da05934 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -2,7 +2,7 @@ name: Upstream on: schedule: - - cron: "*/60 */2 * * *" + - cron: "*/5 * * * *" jobs: update: @@ -25,16 +25,7 @@ jobs: git status git fetch cd .. - ./patchPaper.sh - cd Tuinity - ./tuinity jar - cd $yapfaDir - ./yapfa patch - ./yapfa rb - ./yapfa patch - ./yapfa build - ./yapfa paperclip - git add $(git rev-parse --show-toplevel) + git commit -a -m Update upstream - name: Create Pull Request uses: peter-evans/create-pull-request@v2 with: