mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-05 14:23:56 +00:00
Update validation.yml
This commit is contained in:
@@ -46,5 +46,5 @@ jobs:
|
||||
|
||||
- run: npm test
|
||||
env:
|
||||
PULL_REQUEST: ${{ github.event.pull_request.number || false }} # false if not a PR
|
||||
PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
|
||||
MODIFIED_FILES: ${{ env.MODIFIED_FILES }}
|
||||
|
||||
Reference in New Issue
Block a user