Skip to content

Commit a32d798

Browse files
committed
run on CI pipeline
Signed-off-by: GiulioZizzo <[email protected]>
1 parent b3dec0f commit a32d798

File tree

12 files changed

+31
-14
lines changed

12 files changed

+31
-14
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19-
19+
- simple_pb_inclusion
2020
# Run scheduled CI flow daily
2121
schedule:
2222
- cron: '0 8 * * 0'

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19+
- simple_pb_inclusion
1920

2021
# Run scheduled CI flow daily
2122
schedule:

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19+
- simple_pb_inclusion
1920

2021
# Run scheduled CI flow daily
2122
schedule:

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19+
- simple_pb_inclusion
1920

2021
# Run scheduled CI flow daily
2122
schedule:

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19-
- hf_notebook_updates
19+
- simple_pb_inclusion
2020

2121
# Run scheduled CI flow daily
2222
schedule:

.github/workflows/ci-scikit-learn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19+
- simple_pb_inclusion
1920

2021
# Run scheduled CI flow daily
2122
schedule:

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19-
- hf_notebook_updates
19+
- simple_pb_inclusion
2020

2121
# Run scheduled CI flow daily
2222
schedule:

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19-
19+
- simple_pb_inclusion
2020
# Run scheduled CI flow daily
2121
schedule:
2222
- cron: '0 8 * * 0'

.github/workflows/ci-tensorflow-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19-
19+
- simple_pb_inclusion
2020
# Run scheduled CI flow daily
2121
schedule:
2222
- cron: '0 8 * * 0'

.github/workflows/ci-tf-faster-rcnn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- main
1818
- dev*
19+
- simple_pb_inclusion
1920

2021
# Run scheduled CI flow daily
2122
schedule:

0 commit comments

Comments
 (0)