Skip to content

Commit c1073fe

Browse files
committed
allow manuall triggering of workflows
1 parent b16077e commit c1073fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Unit tests
2-
on: [push, pull_request]
2+
on: [push, pull_request, workflow_dispatch]
33

44
env:
55
SCOREP_TIMER: clock_gettime # tsc causes warnings

0 commit comments

Comments
 (0)