Skip to content

Commit

Permalink
RSWW-36 .github: rename CI workflows to reflect service names
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Cichowski <[email protected]>
  • Loading branch information
pcichowski committed May 9, 2024
1 parent 494f2d7 commit 6cac48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-hotel-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Travel API CI
name: Travel API CI - Hotel service

on:
push:
Expand All @@ -14,6 +14,7 @@ permissions: write-all

jobs:
test:
name: Package and execute tests
runs-on: ubuntu-latest
if: always()

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-transport-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Travel API CI
name: Travel API CI - Transport service

on:
push:
Expand All @@ -14,6 +14,7 @@ permissions: write-all

jobs:
test:
name: Package and execute tests
runs-on: ubuntu-latest
if: always()

Expand Down

0 comments on commit 6cac48e

Please sign in to comment.