✨🔧 Minimal configuration with Config.h (#27338)
This commit is contained in:
parent
69f69606e6
commit
986344640f
16 changed files with 4695 additions and 67 deletions
27
.github/workflows/update-base-configs.yml
vendored
Normal file
27
.github/workflows/update-base-configs.yml
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#
|
||||
# update-base-configs.yml
|
||||
# Generate new base config files if needed
|
||||
#
|
||||
|
||||
name: Update Base Configs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
jobs:
|
||||
bump_date:
|
||||
name: Update Base Configs
|
||||
if: github.repository == 'MarlinFirmware/Marlin'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout bugfix-2.1.x
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: bugfix-2.1.x
|
||||
|
||||
- name: Update Base Configs
|
||||
run: make base-configs
|
||||
Loading…
Add table
Add a link
Reference in a new issue