chore: Disable automatic weekly PRs for outside services

This commit is contained in:
Artem Chepurnoy 2024-10-31 10:52:57 +02:00
parent f9757d7010
commit 9f5da49045
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
6 changed files with 0 additions and 12 deletions

View File

@ -9,8 +9,6 @@ on:
# Configuration. # Configuration.
- '.github/update_gpm_passkeys_priv_apps.py' - '.github/update_gpm_passkeys_priv_apps.py'
- '.github/update_gpm_passkeys_priv_apps.requirements.txt' - '.github/update_gpm_passkeys_priv_apps.requirements.txt'
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-gpm-passkeys-priv-apps: sync-gpm-passkeys-priv-apps:

View File

@ -9,8 +9,6 @@ on:
# Configuration. # Configuration.
- '.github/update_justdeleteme.py' - '.github/update_justdeleteme.py'
- '.github/update_justdeleteme.requirements.txt' - '.github/update_justdeleteme.requirements.txt'
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-passkeys: sync-passkeys:

View File

@ -9,8 +9,6 @@ on:
# Configuration. # Configuration.
- '.github/update_justgetmydata.py' - '.github/update_justgetmydata.py'
- '.github/update_justgetmydata.requirements.txt' - '.github/update_justgetmydata.requirements.txt'
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-passkeys: sync-passkeys:

View File

@ -9,8 +9,6 @@ on:
# Configuration. # Configuration.
- '.github/update_passkeys.py' - '.github/update_passkeys.py'
- '.github/update_passkeys.requirements.txt' - '.github/update_passkeys.requirements.txt'
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-passkeys: sync-passkeys:

View File

@ -2,8 +2,6 @@ name: "🕒 Synchronize TLD public suffix list"
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-tld: sync-tld:

View File

@ -8,8 +8,6 @@ on:
paths: paths:
# Configuration. # Configuration.
- '.github/update_twofactorauth.py' - '.github/update_twofactorauth.py'
schedule:
- cron: '0 0 * * 5'
jobs: jobs:
sync-2fa: sync-2fa: