mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
ci: fix nightly prune not working (#1961)
* ci: fix nightly prune not working This change makes it so we keep the last three nightly runs + prune anything that was created today. Tested by just running it manually. * driveby to only run the ghp deploy on main
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/main'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deploy.outputs.page_url }}
|
||||
|
||||
Reference in New Issue
Block a user