mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
Merge pull request #1923 from Athanasius/fix/submodule-pr-spam
Switch off the submodule PR cronjob in favour of 'push to develop'
This commit is contained in:
commit
803330bc98
8
.github/workflows/submodule-update.yml
vendored
8
.github/workflows/submodule-update.yml
vendored
@ -2,10 +2,10 @@
|
||||
name: Submodule Updates
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches: [ develop ]
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
push:
|
||||
branches: [ develop ]
|
||||
# schedule:
|
||||
# - cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
check_submodules:
|
||||
|
Loading…
x
Reference in New Issue
Block a user