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/code-scanning-pack-gen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Code Scanning Query Pack Generation

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CodeQL Unit Testing

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extra-rule-validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ⚙️ Extra Rule Validation

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-html-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Generate HTML documentation

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tooling-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🧰 Tooling unit tests

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validating Coding Standards

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-standard-library-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Verify Standard Library Dependencies

# Run this workflow every time the "supported_codeql_configs.json" file or a "qlpack.yml" file is changed
on:
merge_group:
pull_request:
branches:
- main
Expand Down