Skip to content

Commit

Permalink
🔧 fix: no pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent 630b434 commit 5364c27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
if: github.actor != 'eemoji-bot'
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.BOT_PAT }}

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -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

0 comments on commit 5364c27

Please sign in to comment.