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:
parent
42145902a7
commit
3bfe9d7242
3
.github/workflows/ci-pr.yml
vendored
3
.github/workflows/ci-pr.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user