mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Rename workflow to appease badges
This commit is contained in:
parent
85b2c6b6c7
commit
b9f2400d17
@ -1,6 +1,12 @@
|
||||
name: Verilator PR CI
|
||||
# DESCRIPTION: Github actions config
|
||||
# This name is key to badges in README.adoc, so we use the name build
|
||||
name: build
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # weekly
|
||||
|
||||
jobs:
|
||||
vlt:
|
Loading…
Reference in New Issue
Block a user