diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 469f6e570..e65017897 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -18,7 +18,6 @@ concurrency: permissions: checks: write - pull-requests: write jobs: Lint: @@ -33,7 +32,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.ES_LINT_TOKEN }} username: ${{ github.actor }} organization: xola - team: 'Engineering_,X2 Consultants_' + team: 'Engineering,X2 Consultants' - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }} run: |