Skip to content

Commit be3a113

Browse files
authored
Merge pull request trustyai-explainability#46 from m-misiura/rename_gha_workflows
Update names of gha workflows for consistency with the other providers
2 parents 87e105a + 19d2035 commit be3a113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Distro Image
1+
name: Build PR Container Image
22

33
on:
44
pull_request_target:

.github/workflows/test-kind.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Run Kind Tests
1+
name: Tier 2 - smoke tests on kind cluster
22

33
on:
44
workflow_run:
5-
workflows: ["Build and Push Distro Image"]
5+
workflows: ["Build PR Container Image"]
66
types:
77
- completed
88
pull_request:

.github/workflows/test-unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Run Unit Tests
1+
name: Tier 1 - unit tests
22

33
on:
44
push:
5-
branches: [main, lls_test_upstream]
5+
branches: [main]
66
pull_request:
77
branches: [main]
88

0 commit comments

Comments
 (0)