Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: autofix.ci # needed to securely identify the workflow

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks Configuration

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks CSS

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks GraphQL

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks JS

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks JSON

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks Manifests

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_module_graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks Module Graph

on:
workflow_dispatch:
merge_group:
pull_request:
types: [ opened, synchronize ]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_tailwind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Benchmarks Tailwind

on:
workflow_dispatch:
merge_group:
pull_request:
types: [opened, synchronize]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_rule_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Lint rule docs
on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/parser_conformance.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Test coverage job. It is run on pull request because it prints the results via comment
name: Parser conformance and comparison
on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Jobs run on pull request
name: Pull request
on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Jobs run on pull request in js folders
name: Pull request JS
on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_markdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Pull request Markdown
on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_node.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Jobs run on pull request for Node.js APIs
name: Pull request Node.js
on:
merge_group:
pull_request:
branches:
- main
Expand Down