Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 3550252

Browse files
author
Chris Wiechmann
committed
Update traffic-monitor-api.yml
1 parent 875a87d commit 3550252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/traffic-monitor-api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Traffic-Monitor API
77
on: [push, pull_request]
88

99
jobs:
10-
traffic-monitor-api:
10+
test-traffic-monitor-api:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
env:
1313
workingDirectory: 'elk-traffic-monitor-api'
@@ -52,11 +52,11 @@ jobs:
5252
password: ${{ secrets.DOCKER_PASSWORD }}
5353
tags: "latest"
5454

55-
publish:
55+
publish-traffic-monitor-api:
5656
if: github.event.action == 'published'
5757
env:
5858
workingDirectory: 'elk-traffic-monitor-api'
59-
needs: build
59+
needs: test-traffic-monitor-api
6060

6161
runs-on: ubuntu-latest
6262

0 commit comments

Comments
 (0)