Skip to content

Add figure folder of the examples to gitignore #293

Add figure folder of the examples to gitignore

Add figure folder of the examples to gitignore #293

name: Remove old artifacts
on: push
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: "1 day"
skip-tags: true
skip-recent: 5