Skip to content

Commit

Permalink
Tidy up GH Actions naming
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jul 10, 2023
1 parent c6e5053 commit 9bb2f95
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/formal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: run-formal
name: Formal verification

on: [push]
jobs:
formal:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Run linter

on: [push, pull_request]

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/openlane.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: build-openlane-sky130
name: Build GDS using OpenLANE and sky130 PDK

on: [push]
jobs:
build-openlane:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build documentation

on:
push:
branches:
Expand Down

0 comments on commit 9bb2f95

Please sign in to comment.