Skip to content

Commit

Permalink
Upstream (#39)
Browse files Browse the repository at this point in the history
* up

* Update pull.yml

* Update README.md

* chore: Update dependencies

---------

Co-authored-by: Damon To <[email protected]>
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
Co-authored-by: Damon To <[email protected]>
  • Loading branch information
4 people authored Nov 1, 2024
1 parent 7a13dbd commit 3e357b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "1"
rules:
- base: main
- base: upstream
upstream: damonto:main
mergeMethod: merge
mergeUnstable: false
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/clean-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Auto cleaning of workflow logs'

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
del_workflow:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main
with:
retain_days: '7'
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
matrix:
platform:
- linux/amd64
#- linux/arm64
- linux/arm64

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3e357b4

Please sign in to comment.