Skip to content

Commit a084237

Browse files
committed
Rename GitHub Action names
1 parent a90e1fb commit a084237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
docker:
7+
build-and-push-agent:
88
runs-on: ubuntu-latest
99
strategy:
1010
fail-fast: false

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unit Testing ufw-docker
22
on: [push, pull_request]
33
jobs:
4-
test:
4+
unit-testing:
55
name: Unit Testing
66
runs-on: ubuntu-latest
77
steps:

0 commit comments

Comments
 (0)