Dont use cron for PRs

Motivation:

It doesnt make sense to use cron for PRs

Modifications:

Remove cron config

Result:

Cleanup
This commit is contained in:
Norman Maurer 2020-12-24 17:13:44 +01:00
parent 42145902a7
commit 3bfe9d7242

View File

@ -4,9 +4,6 @@ on:
pull_request:
branches: [ "4.1"]
schedule:
- cron: '30 1 * * 1' # At 01:30 on Monday, every Monday.
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: