Skip to content

Commit e70af1e

Browse files
authored
Enable branch llama_fp8_12062024 for github actions for PR checks (#355)
1 parent 9f6d5f7 commit e70af1e

File tree

9 files changed

+16
-0
lines changed

9 files changed

+16
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
branches:
55
- "main"
66
- "develop"
7+
- "llama_fp8_12062024"
78
paths:
89
- '.github/workflows/*.ya?ml'
910
- '.github/workflows/actionlint.*'
1011
- '.github/workflows/matchers/actionlint.json'
1112
pull_request:
1213
branches:
1314
- "main"
15+
- "llama_fp8_12062024"
1416
paths:
1517
- '.github/workflows/*.ya?ml'
1618
- '.github/workflows/actionlint.*'

.github/workflows/clang-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- main
99
- develop
10+
- llama_fp8_12062024
1011
paths:
1112
- '**/*.h'
1213
- '**/*.cpp'
@@ -17,6 +18,7 @@ on:
1718
branches:
1819
- main
1920
- develop
21+
- llama_fp8_12062024
2022
paths:
2123
- '**/*.h'
2224
- '**/*.cpp'

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- main
99
- develop
10+
- llama_fp8_12062024
1011
paths:
1112
- "**/*.py"
1213
- "**/*.md"
@@ -18,6 +19,7 @@ on:
1819
branches:
1920
- main
2021
- develop
22+
- llama_fp8_12062024
2123
paths:
2224
- "**/*.py"
2325
- "**/*.md"

.github/workflows/mypy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- main
99
- develop
10+
- llama_fp8_12062024
1011
paths:
1112
- '**/*.py'
1213
- '.github/workflows/mypy.yaml'
@@ -16,6 +17,7 @@ on:
1617
branches:
1718
- main
1819
- develop
20+
- llama_fp8_12062024
1921
# This workflow is only relevant when one of the following files changes.
2022
# However, we have github configured to expect and require this workflow
2123
# to run and pass before github with auto-merge a pull request. Until github

.github/workflows/png-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ on:
33
push:
44
branches:
55
- "main"
6+
- "llama_fp8_12062024"
67
paths:
78
- '*.excalidraw.png'
89
- '.github/workflows/png-lint.yml'
910
pull_request:
1011
branches:
1112
- "main"
13+
- "llama_fp8_12062024"
1214
paths:
1315
- '*.excalidraw.png'
1416
- '.github/workflows/png-lint.yml'

.github/workflows/ruff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- main
99
- develop
10+
- llama_fp8_12062024
1011
paths:
1112
- "**/*.py"
1213
- pyproject.toml

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
branches:
55
- "main"
66
- "develop"
7+
- "llama_fp8_12062024"
78
paths:
89
- '**/*.sh'
910
- '.github/workflows/shellcheck.yml'
1011
pull_request:
1112
branches:
1213
- "main"
1314
- "develop"
15+
- "llama_fp8_12062024"
1416
paths:
1517
- '**/*.sh'
1618
- '.github/workflows/shellcheck.yml'

.github/workflows/sphinx-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- llama_fp8_12062024
78
paths:
89
- "docs/**"
910
pull_request:
1011
branches:
1112
- main
13+
- llama_fp8_12062024
1214
paths:
1315
- "docs/**"
1416

.github/workflows/yapf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
branches:
1515
- main
1616
- develop
17+
- llama_fp8_12062024
1718

1819
jobs:
1920
yapf:

0 commit comments

Comments
 (0)