update-base-configs.yml 453 B

123456789101112131415161718192021222324252627
  1. #
  2. # update-base-configs.yml
  3. # Generate new base config files if needed
  4. #
  5. name: Update Base Configs
  6. on:
  7. schedule:
  8. - cron: '0 */6 * * *'
  9. jobs:
  10. bump_date:
  11. name: Update Base Configs
  12. if: github.repository == 'MarlinFirmware/Marlin'
  13. runs-on: ubuntu-latest
  14. steps:
  15. - name: Checkout bugfix-2.1.x
  16. uses: actions/checkout@v4
  17. with:
  18. ref: bugfix-2.1.x
  19. - name: Update Base Configs
  20. run: make base-configs