mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-15 15:40:11 +08:00
Skip eslint workflow for internal pull requests
Refs:
- https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012/4
- 612732d587
This commit is contained in:
parent
89d058fc99
commit
605fb6268f
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Run for external PRs, but not on our own internal PRs as they'll be run by the push to the branch.
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'DoctorMcKay/node-steamcommunity'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x]
|
||||
|
Loading…
Reference in New Issue
Block a user