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

Commit 875a87d

Browse files
author
Chris Wiechmann
committed
Adjusting GitHub actions workflow names
1 parent aaf28ad commit 875a87d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api-utils-flow-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: API-Builder API-Utils Flow-Node
77
on: [push, pull_request]
88

99
jobs:
10-
build:
10+
apim-util-flow-node:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
env:
1313
workingDirectory: 'elk-traffic-monitor-api/custom_flow_nodes/api-builder-plugin-axway-api-management'

.github/workflows/logstash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Logstash pipeline
33
on: [push, pull_request]
44

55
jobs:
6-
test-logstash:
6+
logstash:
77
if: "!contains(github.event.head_commit.message, 'skip ci')"
88
runs-on: ubuntu-latest
99
services:

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

Lines changed: 1 addition & 1 deletion
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-
build:
10+
traffic-monitor-api:
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
env:
1313
workingDirectory: 'elk-traffic-monitor-api'

0 commit comments

Comments
 (0)