Skip to content

Commit a7cb6ec

Browse files
fix job names in release scripts (#2165)
Co-authored-by: Roman Lutz <[email protected]>
1 parent bd06638 commit a7cb6ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-nlp-feature-extractors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "Test"
1111

1212
jobs:
13-
release-error-analysis:
13+
release-nlp-feature-extractors:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: fail if Test nor Prod

.github/workflows/release-rai-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "Test"
1111

1212
jobs:
13-
release-error-analysis:
13+
release-responsibleai-text:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: fail if Test nor Prod

.github/workflows/release-rai-vision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "Test"
1111

1212
jobs:
13-
release-error-analysis:
13+
release-responsibleai-vision:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: fail if Test nor Prod

0 commit comments

Comments
 (0)