From fb09870d21041292eeaedf8276510c46cab8a561 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 3 Nov 2024 16:02:44 +0000 Subject: [PATCH] Tools: Trying to fix automerge action --- .github/workflows/automerge.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index efec4f30b..e131334f2 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -6,14 +6,13 @@ jobs: # This job will make the action fail if any of the checks hasn't passed # https://github.com/marketplace/actions/allcheckspassed - allchecks: - runs-on: ubuntu-latest - steps: - - uses: wechuli/allcheckspassed@v1 + # allchecks: + # runs-on: ubuntu-latest + # steps: + # - uses: wechuli/allcheckspassed@v1 automerge: runs-on: ubuntu-latest - needs: allchecks permissions: contents: write steps: