Include _filename and __filename in omission filter

This commit is contained in:
Daniel Lindmark 2024-05-15 12:23:25 -05:00
parent af17986891
commit 4e9070bd0c

View File

@ -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