Skip to content

Commit ebd81fa

Browse files
.github: triggegr post commtis python sdk
1 parent e1bba8c commit ebd81fa

9 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 33
3+
"modification": 35
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 33
3+
"modification": 35
44
}

.github/workflows/beam_PostCommit_Python_Auto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252
ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
5353

5454
jobs:
55-
beam_PostCommit_Python:
55+
beam_PostCommit_Python_Auto:
5656
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
5757
runs-on:
5858
- [self-hosted, ubuntu-20.04, highmem22]
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
job_name: [beam_PostCommit_Python]
64+
job_name: [beam_PostCommit_Python_Auto]
6565
job_phrase: [Run Python PostCommit]
6666
python_version: ['3.9', '3.10', '3.11', '3.12']
6767
if: |

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env:
5656
ALLOYDB_PASSWORD: ${{ secrets.ALLOYDB_PASSWORD }}
5757

5858
jobs:
59-
beam_PreCommit_Python_ML:
59+
beam_PreCommit_Python_ML_Auto:
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
runs-on:
6262
- [self-hosted, ubuntu-20.04, main]
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
job_name: ['beam_PreCommit_Python_ML']
68+
job_name: ['beam_PreCommit_Python_ML_Auto']
6969
job_phrase: ['Run Python_ML PreCommit']
7070
python_version: ['3.9','3.10','3.11','3.12']
7171
if: |

0 commit comments

Comments
 (0)