Skip to content

Commit

Permalink
add "Cleanup" job
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma committed Jan 26, 2025
1 parent 5543712 commit 6cdff1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
with:
reports: |
reference/**/build/reports/checkstyle/*.xml
cleanup:
steps:
- run: exit 0
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

cleanup:
steps:
- run: exit 0

0 comments on commit 6cdff1a

Please sign in to comment.