ci: prevent certain actions from running on forks (#2466)

This commit is contained in:
Rick Staa
2023-01-25 09:20:36 +01:00
committed by GitHub
parent cd5cbcdb09
commit 99d9d3cde0
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -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