From 5cd5de6803897470694a8832a72d4cf656185c95 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:32:36 +0100 Subject: [PATCH] Workflow cleanup --- .github/workflows/ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b8d6a7..be85bd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,8 @@ name: ci on: push: branches: - - master - - main - # At minute 0 past every 6th hour - schedule: - - cron: "0 */6 * * *" + - master + jobs: deploy: runs-on: ubuntu-latest @@ -20,14 +17,10 @@ jobs: - name: Checkout submodules shell: bash run: | - git config --global user.email "you@example.com" + git config --global user.email "no-reply@github.com" git config --global user.name "Swk" git config --global pull.rebase false git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs - # git submodule sync --recursive - # git submodule foreach git pull origin master --allow-unrelated-histories - # git submodule update --init --force --recursive - # git submodule update --remote --merge - uses: actions/setup-python@v2 with: