Skip to content

Commit bfcfa62

Browse files
committed
ci: clean up condition updated
1 parent 79f8899 commit bfcfa62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878

7979
cleanup:
8080
if: github.event_name == 'pull_request' &&
81-
github.event.action == 'closed' &&
82-
github.event.pull_request.merged == false
81+
github.event.action == 'closed'
8382
runs-on: ubuntu-latest
8483

8584
steps:

0 commit comments

Comments
 (0)