From 5364c277b5f6a35103639dcfc7df54093e60cbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= Date: Sat, 20 Jan 2024 22:41:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20no=20pushing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b7b3fff..ed35144 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - if: github.actor != 'eemoji-bot' strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] @@ -20,8 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - token: ${{ secrets.BOT_PAT }} - name: Install pnpm uses: pnpm/action-setup@v2 @@ -53,6 +50,3 @@ jobs: - name: Check the commit message for emoji run: git log -1 --pretty=%B | grep -q "👍" - - - name: Push the commit - run: git push