Update CI path

This commit is contained in:
Knutwurst
2020-09-03 16:39:31 +02:00
parent 7c54c7d282
commit 819e713412
6 changed files with 7 additions and 6 deletions

3
.github/FUNDING.yml vendored
View File

@@ -1 +1,2 @@
custom: ["hhttps://paypal.me/oliverkoester"]
github: [knutwurst]
custom: ["https://paypal.me/oliverkoester", paypal.me]

View File

@@ -12,7 +12,7 @@ on:
jobs:
bump_date:
name: Bump Distribution Date
if: github.repository == 'MarlinFirmware/Marlin'
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest

View File

@@ -12,7 +12,7 @@ on:
jobs:
stale:
name: Close Stale Issues
if: github.repository == 'MarlinFirmware/Marlin'
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest

View File

@@ -12,7 +12,7 @@ on:
jobs:
lock:
name: Lock Closed Issues
if: github.repository == 'MarlinFirmware/Marlin'
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest

View File

@@ -126,4 +126,4 @@ jobs:
pip install platformio
- name: Run PlatformIO
run: platformio run
run: platformio run -d

View File

@@ -12,7 +12,7 @@ on:
jobs:
unlock:
name: Unlock Reopened
if: github.repository == 'MarlinFirmware/Marlin'
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest