Skip to content

Set version to 0.9.0-SNAPSHOT in pom.xml #599

Set version to 0.9.0-SNAPSHOT in pom.xml

Set version to 0.9.0-SNAPSHOT in pom.xml #599

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