File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 build :
99 runs-on : ubuntu-latest
10- if : " github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[skip ci]') "
10+ if : github.ref_type == 'branch'
1111 steps :
1212 - uses : actions/checkout@v2
1313
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: clean workflow runs
22
33on :
44 schedule :
5- - cron : ' 0 0 1 * *'
5+ - cron : ' 0 0 * * 0 '
66 workflow_dispatch :
77 inputs :
88 retention_days :
Original file line number Diff line number Diff line change 3434 git config --global user.email "leonhardmasche@gmail.com"
3535
3636 git add -A
37- git commit -m "[skip ci] chore(versions): index minAppVersion for latest release"
37+ git commit -m "chore(versions): index minAppVersion for latest release"
3838 git push origin master
3939
4040 - name : Build
You can’t perform that action at this time.
0 commit comments