1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 19:03:23 +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:
Rob 2023-04-16 11:31:59 +01:00 committed by GitHub
commit 803330bc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
name: Submodule Updates name: Submodule Updates
on: on:
# push: push:
# branches: [ develop ] branches: [ develop ]
schedule: # schedule:
- cron: '0 12 * * *' # - cron: '0 12 * * *'
jobs: jobs:
check_submodules: check_submodules: