Enable automatic jobs

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-03 16:45:09 +00:00
parent 289f4c4343
commit ffcaf3640b
15 changed files with 0 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
name: Android Beta
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main

View File

@@ -1,6 +1,5 @@
name: Android Check Metadata
on:
workflow_dispatch: # Manual trigger
pull_request:
paths:
- .github/workflows/android-check-metadata.yaml # Run check on self change

View File

@@ -1,6 +1,5 @@
name: Android Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main

View File

@@ -1,6 +1,5 @@
name: Android Monkey
on:
workflow_dispatch: # Manual trigger
schedule:
- cron: '0 5 * * 0' # Once per week at 05:00 UTC

View File

@@ -1,6 +1,5 @@
name: Android Release Metadata
on:
workflow_dispatch: # Manual trigger
jobs:
android-release-metadata:

View File

@@ -1,6 +1,5 @@
name: Android Release
on:
workflow_dispatch: # Manual trigger
env:
RELEASE_NOTES: android/app/src/google/play/release-notes/en-US/default.txt

View File

@@ -1,6 +1,5 @@
name: Validate appstream metadata xml
on:
workflow_dispatch: # Manual trigger
pull_request:
paths:
- packaging/app.comaps.desktop.metainfo.xml

View File

@@ -1,6 +1,5 @@
name: Coverage Report
on:
workflow_dispatch: # Manual trigger
pull_request:
types:
- opened
@@ -53,7 +52,6 @@ jobs:
fi
- name: Check if manually triggered
id: manually-triggered
if: github.event_name == 'workflow_dispatch'
run: echo "manually-triggered=true" >> $GITHUB_OUTPUT
coverage:

View File

@@ -1,6 +1,5 @@
name: Validate .desktop file
on:
workflow_dispatch: # Manual trigger
pull_request:
paths:
- qt/res/app.comaps.desktop.desktop

View File

@@ -1,6 +1,5 @@
name: iOS Beta
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main

View File

@@ -1,6 +1,5 @@
name: iOS Check metadata
on:
workflow_dispatch: # Manual trigger
pull_request:
paths:
- .forgejo/workflows/ios-check-metadata.yaml # Run check on self change

View File

@@ -1,6 +1,5 @@
name: iOS Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main

View File

@@ -1,6 +1,5 @@
name: iOS Release
on:
workflow_dispatch: # Manual trigger
jobs:
ios-release:

View File

@@ -1,6 +1,5 @@
name: Linux Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main

View File

@@ -1,6 +1,5 @@
name: macOS Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- main