Skip to content

Add citation metadata #297

Add citation metadata

Add citation metadata #297

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