Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI]Enable branch llama_fp8_12062024 for github actions for PR checks #355

Merged
merged 1 commit into from
Jan 10, 2025
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
2 changes: 2 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'
- '.github/workflows/matchers/actionlint.json'
pull_request:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.h'
- '**/*.cpp'
Expand All @@ -17,6 +18,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.h'
- '**/*.cpp'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- "**/*.md"
Expand All @@ -18,6 +19,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- "**/*.md"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- '**/*.py'
- '.github/workflows/mypy.yaml'
Expand All @@ -16,6 +17,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
# This workflow is only relevant when one of the following files changes.
# However, we have github configured to expect and require this workflow
# to run and pass before github with auto-merge a pull request. Until github
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/png-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '*.excalidraw.png'
- '.github/workflows/png-lint.yml'
pull_request:
branches:
- "main"
- "llama_fp8_12062024"
paths:
- '*.excalidraw.png'
- '.github/workflows/png-lint.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024
paths:
- "**/*.py"
- pyproject.toml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
pull_request:
branches:
- "main"
- "develop"
- "llama_fp8_12062024"
paths:
- '**/*.sh'
- '.github/workflows/shellcheck.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sphinx-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- main
- llama_fp8_12062024
paths:
- "docs/**"
pull_request:
branches:
- main
- llama_fp8_12062024
paths:
- "docs/**"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches:
- main
- develop
- llama_fp8_12062024

jobs:
yapf:
Expand Down
Loading