Skip to content

Commit

Permalink
ci: rename ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Jul 17, 2024
1 parent 488ce01 commit b84bb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish-on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/docker-build-on-tag.yml

name: Docker Build & Push
name: Build, Test & Push

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-on-branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/docker-build-on-push.yml

name: Docker Build & Test
name: Build & Test

on:
push:
Expand All @@ -11,7 +11,7 @@ on:
- "**/swagger.json"

jobs:
test:
test-on-commit:
runs-on: ubuntu-latest

steps:
Expand Down
102 changes: 0 additions & 102 deletions .github/workflows/ws-ci.yml.bak

This file was deleted.

0 comments on commit b84bb28

Please sign in to comment.