Skip to content

Commit 8c7e952

Browse files
authored
Remove nightly and weekly app builds. (#3889)
- small whitespace cleanup of yaml files.
1 parent 1451aeb commit 8c7e952

File tree

6 files changed

+5
-39
lines changed

6 files changed

+5
-39
lines changed

.github/workflows/app-nightly.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/app-weekly.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## This is triggered by the publishing of a release, and will build the assets and attach them.
22

3-
name: On Release
3+
name: On Release
44

55
on:
66
release:
77
types: [published]
8-
8+
99
jobs:
1010
ci:
1111
name: CI

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
files: release-assets/Betaflight-Configurator-*/**
5050
draft: true
5151
prerelease: false
52-
fail_on_unmatched_files: true
52+
fail_on_unmatched_files: true

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
This issue has been automatically marked as stale because it
2121
has not had recent activity. It will be closed if no further activity occurs
2222
within a week.
23-
close-issue-message: 'Issue closed automatically as inactive.'
23+
close-issue-message: 'Issue closed automatically as inactive.'
2424
exempt-issue-labels: 'BUG,Feature Request,Pinned'
2525
stale-issue-label: 'Inactive'
2626
stale-pr-message: >

.github/workflows/translations-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Translations download and PR
22

3-
on:
3+
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '00 3 * * 1'

0 commit comments

Comments
 (0)