Skip to content

[maven-release-plugin] prepare release v0.9.0 #603

[maven-release-plugin] prepare release v0.9.0

[maven-release-plugin] prepare release v0.9.0 #603

name: delete old workflow runs
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: MajorScruffy/[email protected]
with:
repository: th-schwarz/DynDRest # replace this with your own repository
#older-than-seconds: 604800 # remove all workflow runs older than 7 day
older-than-seconds: 14515200 # remove all workflow runs older than 6 month
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}