mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Include _filename and __filename in omission filter
This commit is contained in:
parent
af17986891
commit
4e9070bd0c
@ -1,15 +1,15 @@
|
||||
|
||||
# Python-py-allspice demo repository
|
||||
# This workflow demonstrates how to use Python and py-allspice to interact with the AllSpice API
|
||||
# Save design review workflow
|
||||
# Saves design review to workflow artifact file
|
||||
# AllSpice Actions documentation: https://learn.allspice.io/docs/actions-cicd
|
||||
name: Python-py-allspice
|
||||
name: Save design review
|
||||
on:
|
||||
push:
|
||||
issues:
|
||||
types: [opened, closed, reopened]
|
||||
|
||||
jobs:
|
||||
py-allspice test:
|
||||
Save-design-review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get repository owner
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
|
||||
# Print the netlist file to the terminal
|
||||
- name: Show Netlist 🔎
|
||||
- name: Show Design Review comments 🔎
|
||||
run: cat design_review_comments.md
|
||||
|
||||
# Archive the netlist file as an artifact file
|
||||
|
Loading…
Reference in New Issue
Block a user