chore: Disable automatic weekly PRs for outside services
This commit is contained in:
parent
f9757d7010
commit
9f5da49045
|
@ -9,8 +9,6 @@ on:
|
|||
# Configuration.
|
||||
- '.github/update_gpm_passkeys_priv_apps.py'
|
||||
- '.github/update_gpm_passkeys_priv_apps.requirements.txt'
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-gpm-passkeys-priv-apps:
|
||||
|
|
|
@ -9,8 +9,6 @@ on:
|
|||
# Configuration.
|
||||
- '.github/update_justdeleteme.py'
|
||||
- '.github/update_justdeleteme.requirements.txt'
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-passkeys:
|
||||
|
|
|
@ -9,8 +9,6 @@ on:
|
|||
# Configuration.
|
||||
- '.github/update_justgetmydata.py'
|
||||
- '.github/update_justgetmydata.requirements.txt'
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-passkeys:
|
||||
|
|
|
@ -9,8 +9,6 @@ on:
|
|||
# Configuration.
|
||||
- '.github/update_passkeys.py'
|
||||
- '.github/update_passkeys.requirements.txt'
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-passkeys:
|
||||
|
|
|
@ -2,8 +2,6 @@ name: "🕒 Synchronize TLD public suffix list"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-tld:
|
||||
|
|
|
@ -8,8 +8,6 @@ on:
|
|||
paths:
|
||||
# Configuration.
|
||||
- '.github/update_twofactorauth.py'
|
||||
schedule:
|
||||
- cron: '0 0 * * 5'
|
||||
|
||||
jobs:
|
||||
sync-2fa:
|
||||
|
|
Loading…
Reference in New Issue