mirror of
https://github.com/meshtastic/python.git
synced 2026-06-16 11:29:58 -04:00
establish trunk format
This commit is contained in:
14
.github/workflows/cleanup_artifacts.yml
vendored
14
.github/workflows/cleanup_artifacts.yml
vendored
@@ -3,8 +3,8 @@ name: Remove old artifacts
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 1am
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
- cron: "0 1 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -13,8 +13,8 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1
|
||||
with:
|
||||
age: '1 month'
|
||||
skip-tags: true
|
||||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1
|
||||
with:
|
||||
age: "1 month"
|
||||
skip-tags: true
|
||||
|
||||
Reference in New Issue
Block a user