Skip to content

Commit

Permalink
Enable branch llama_fp8_12062024 for github actions for PR checks (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxiayang authored Jan 10, 2025
1 parent 9f6d5f7 commit e70af1e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 0 deletions.
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

0 comments on commit e70af1e

Please sign in to comment.