reorder triggers
currently no pipeline is started. probably doesn't help
This commit is contained in:
parent
1448b29e8e
commit
473f9dedbd
1 changed files with 17 additions and 17 deletions
|
@ -1,16 +1,27 @@
|
||||||
on:
|
on:
|
||||||
#branch_protection_rule:
|
|
||||||
#check_run:
|
|
||||||
#check_suite:
|
|
||||||
create:
|
create:
|
||||||
delete:
|
delete:
|
||||||
#deployment:
|
|
||||||
#discussion:
|
|
||||||
#discussion_comment:
|
|
||||||
fork:
|
fork:
|
||||||
gollum:
|
gollum:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
issues:
|
issues:
|
||||||
|
pull_request:
|
||||||
|
pull_request_review:
|
||||||
|
pull_request_review_comment:
|
||||||
|
pull_request_target:
|
||||||
|
pull_request_comment:
|
||||||
|
push:
|
||||||
|
registry_package:
|
||||||
|
release:
|
||||||
|
schedule:
|
||||||
|
- 0 0 * * *
|
||||||
|
|
||||||
|
#branch_protection_rule:
|
||||||
|
#check_run:
|
||||||
|
#check_suite:
|
||||||
|
#deployment:
|
||||||
|
#discussion:
|
||||||
|
#discussion_comment:
|
||||||
#label:
|
#label:
|
||||||
#merge_group:
|
#merge_group:
|
||||||
#milestone:
|
#milestone:
|
||||||
|
@ -19,18 +30,7 @@ on:
|
||||||
#project_card:
|
#project_card:
|
||||||
#project_column:
|
#project_column:
|
||||||
#public:
|
#public:
|
||||||
pull_request:
|
|
||||||
pull_request_review:
|
|
||||||
pull_request_review_comment:
|
|
||||||
pull_request_target:
|
|
||||||
# noinspection YAMLSchemaValidation
|
|
||||||
pull_request_comment:
|
|
||||||
push:
|
|
||||||
registry_package:
|
|
||||||
release:
|
|
||||||
#repository_dispatch:
|
#repository_dispatch:
|
||||||
schedule:
|
|
||||||
- 0 0 * * *
|
|
||||||
#status:
|
#status:
|
||||||
#watch:
|
#watch:
|
||||||
#workflow_call:
|
#workflow_call:
|
||||||
|
|
Loading…
Add table
Reference in a new issue