mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-05 00:18:20 +00:00
ci: prevent certain actions from running on forks (#2466)
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
jobs:
|
||||
e2eTests:
|
||||
if:
|
||||
github.repository == 'anuraghazra/github-readme-stats' &&
|
||||
github.event_name == 'deployment_status' &&
|
||||
github.event.deployment_status.state == 'success'
|
||||
name: Perform 2e2 tests
|
||||
|
||||
Reference in New Issue
Block a user