[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.
|
# Run CI on push, PR, and weekly.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
# push:
|
pull_request:
|
||||||
# pull_request:
|
schedule:
|
||||||
# schedule:
|
- cron: "0 0 * * 0 " # weekly
|
||||||
# - cron: "0 0 * * 0 " # weekly
|
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
env:
|
env:
|
||||||
|
|
2
yosys
2
yosys
|
@ -1 +1 @@
|
||||||
Subproject commit f44a4f90867b49837da048f9055fdcd8a13c335b
|
Subproject commit c9555c9adeba886a308c60615ac794ec20d9276e
|
Loading…
Reference in New Issue