Skip to content

Commit

Permalink
[core] Fix maintenance workflow failing on fork PRs (#20195)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 20, 2020
1 parent 0b25383 commit a57e331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ on:
# So that PRs touching the same files as the push are updated
push:
# So that the `dirtyLabel` is removed if conflicts are resolved
pull_request:
types: [synchronize]
# On forks the secret isn't set. We need to manually remove it.
#pull_request:
# types: [synchronize]

jobs:
main:
Expand Down

0 comments on commit a57e331

Please sign in to comment.