[CI] Enable github actions
This commit is contained in:
parent
6adf439081
commit
cc546cdedc
|
@ -3,11 +3,10 @@ name: linux_build
|
|||
# Run CI on push, PR, and weekly.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# pull_request:
|
||||
# schedule:
|
||||
# - cron: "0 0 * * 0 " # weekly
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0 " # weekly
|
||||
|
||||
# Environment variables
|
||||
env:
|
||||
|
|
2
yosys
2
yosys
|
@ -1 +1 @@
|
|||
Subproject commit f44a4f90867b49837da048f9055fdcd8a13c335b
|
||||
Subproject commit c9555c9adeba886a308c60615ac794ec20d9276e
|
Loading…
Reference in New Issue