From 0f70761dfe96ae74e37fa1a843adca7cffe75f06 Mon Sep 17 00:00:00 2001 From: Croydon Date: Mon, 17 Jun 2024 01:26:53 +0200 Subject: [PATCH] CI: Disable running conventions for individual recipe repos --- .github/workflows/cron.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a15e82e..09f14be 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -25,20 +25,20 @@ jobs: run: | chmod +x ./cci/update_from_upstream.sh source ./cci/update_from_upstream.sh - run-conventions-for-bincrafters: - name: "Run Conventions for Bincrafters" - runs-on: ubuntu-22.04 - if: github.event_name != 'push' && github.repository_owner == 'bincrafters' - steps: - - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - name: "Run Conventions" - env: - GIT_GITHUB_USERNAME: ${{ secrets.GIT_GITHUB_USERNAME }} - GIT_GITHUB_TOKEN: ${{ secrets.GIT_GITHUB_TOKEN }} - run: | - git config --global user.email "bincrafters@gmail.com" - git config --global user.name "bincrafters-user" - pip install --quiet bincrafters-conventions - bincrafters-conventions --remote bincrafters --remote-max-repos 1 --remote-token="${GIT_GITHUB_USERNAME}:${GIT_GITHUB_TOKEN}"; + # run-conventions-for-bincrafters: + # name: "Run Conventions for Bincrafters" + # runs-on: ubuntu-22.04 + # if: github.event_name != 'push' && github.repository_owner == 'bincrafters' + # steps: + # - uses: actions/setup-python@v5 + # with: + # python-version: "3.11" + # - name: "Run Conventions" + # env: + # GIT_GITHUB_USERNAME: ${{ secrets.GIT_GITHUB_USERNAME }} + # GIT_GITHUB_TOKEN: ${{ secrets.GIT_GITHUB_TOKEN }} + # run: | + # git config --global user.email "bincrafters@gmail.com" + # git config --global user.name "bincrafters-user" + # pip install --quiet bincrafters-conventions + # bincrafters-conventions --remote bincrafters --remote-max-repos 1 --remote-token="${GIT_GITHUB_USERNAME}:${GIT_GITHUB_TOKEN}";