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:
|
||||
#branch_protection_rule:
|
||||
#check_run:
|
||||
#check_suite:
|
||||
create:
|
||||
delete:
|
||||
#deployment:
|
||||
#discussion:
|
||||
#discussion_comment:
|
||||
fork:
|
||||
gollum:
|
||||
issue_comment:
|
||||
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:
|
||||
#merge_group:
|
||||
#milestone:
|
||||
|
@ -19,18 +30,7 @@ on:
|
|||
#project_card:
|
||||
#project_column:
|
||||
#public:
|
||||
pull_request:
|
||||
pull_request_review:
|
||||
pull_request_review_comment:
|
||||
pull_request_target:
|
||||
# noinspection YAMLSchemaValidation
|
||||
pull_request_comment:
|
||||
push:
|
||||
registry_package:
|
||||
release:
|
||||
#repository_dispatch:
|
||||
schedule:
|
||||
- 0 0 * * *
|
||||
#status:
|
||||
#watch:
|
||||
#workflow_call:
|
||||
|
|
Loading…
Add table
Reference in a new issue