Skip to content

Commit

Permalink
chore: Prettier Github Action fix (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit3523 authored Mar 6, 2025
1 parent a8a60d7 commit e4bb1a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- '*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
format:
if: ${{ github.repository != 'RocketChat/Rocket.Chat.ReactNative' || (github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop' && github.ref != 'refs/heads/single-server') }}
Expand Down Expand Up @@ -48,6 +52,7 @@ jobs:
fi
- name: Commit and push changes
if: env.changes == 'true'
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
Expand Down

0 comments on commit e4bb1a8

Please sign in to comment.