Skip to content

Commit 8e46c04

Browse files
committed
fix
1 parent bcfd9f3 commit 8e46c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
workflow_dispatch:
55
pull_request_target:
6-
types: [opened, reopened, synchronize, labeled, unlabeled]
6+
types: [opened, reopened, closed, synchronize, labeled, unlabeled]
77
schedule:
88
- cron: '0 3 * * *'
99

@@ -45,6 +45,7 @@ jobs:
4545

4646
call-clean:
4747
name: Clean objects
48+
needs: [call-build-tests, call-hardware-tests]
4849
uses: ./.github/workflows/clean.yml
4950
if: github.event_name != 'pull_request' || github.event.action == 'closed'
5051
permissions:

0 commit comments

Comments
 (0)