projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf8309
)
ci: add 'workflow_dispatch'
author
umarcor
<unai.martinezcorral@ehu.eus>
Wed, 21 Jul 2021 16:09:37 +0000
(18:09 +0200)
committer
umarcor
<unai.martinezcorral@ehu.eus>
Sat, 31 Jul 2021 12:09:44 +0000
(14:09 +0200)
Signed-off-by: umarcor <unai.martinezcorral@ehu.eus>
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index 51cd5e1e0a810a6888f4bc27fb43a015ffa989c3..04b3d7937b29b113b2b9a8e81b3e7bebf267a5a3 100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-5,6
+5,7
@@
on:
pull_request:
schedule:
- cron: '0 0 * * 5'
+ workflow_dispatch:
jobs: