Skip to content

Commit e8362dc

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 7c5c3ce + 8e46c04 commit e8362dc

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)