Skip to content

Commit eba424f

Browse files
authored
Merge pull request #128 from yt0705/CICD_Target_Branch_Change
2 parents 7566ff3 + 7dca71f commit eba424f

34 files changed

+165
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.repository == 'sony/mct_quantizers' # Don't do this in forks
9+
if: github.repository == 'SonySemiconductorSolutions/mct_quantizers' # Don't do this in forks
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/run_comp_test_tf214_v13.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_14-v1_3:

.github/workflows/run_comp_test_tf214_v14.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_14-v1_4:

.github/workflows/run_comp_test_tf214_v152.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_14-v1_5_2:

.github/workflows/run_comp_test_tf215_v13.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_15-v1_3:

.github/workflows/run_comp_test_tf215_v14.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_15-v1_4:

.github/workflows/run_comp_test_tf215_v152.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-tensorflow-2_15-v1_5_2:

.github/workflows/run_comp_test_torch22_v14.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-torch-2_2-v1_4:

.github/workflows/run_comp_test_torch23_v14.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-torch-2_3-v1_4:

.github/workflows/run_comp_test_torch23_v152.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
workflow_dispatch: # Allow manual triggers
44
schedule:
55
- cron: 0 0 * * *
6+
pull_request:
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
611

712
jobs:
813
run-comp-torch-2_3-v1_5_2:

0 commit comments

Comments
 (0)