Skip to content

[maven-release-plugin] prepare for next development iteration #604

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #604

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