Skip to content

Commit

Permalink
Merge branch 'actions-debug' into debug-XS-30
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Sep 9, 2024
2 parents 8bbdecc + d1c6eef commit fbc0102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Lint
on:
push:
# Runs against the workflow and code from the merge commit
pull_request:
types: [ opened, synchronize, reopened ]
# pull_request:
# types: [ opened, synchronize, reopened ]
# Runs against the workflow and code from the base of the pull request
# pull_request_target:
# types: [opened, synchronize, reopened]
pull_request_target:
types: [opened, synchronize, reopened]

env:
DISABLE_PROGRESS: true
Expand Down

0 comments on commit fbc0102

Please sign in to comment.