Rename GitHub Action names
Some checks failed
Build and Push Images / build-and-push-agent (map[name:legacy use_iptables_legacy:true]) (push) Has been cancelled
Build and Push Images / build-and-push-agent (map[name:nf_tables use_iptables_legacy:false]) (push) Has been cancelled
Unit Testing ufw-docker / Unit Testing (push) Has been cancelled

This commit is contained in:
Chai Feng 2025-07-11 17:32:25 +08:00
parent a90e1fbbe9
commit a084237e3f
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on:
push:
jobs:
docker:
build-and-push-agent:
runs-on: ubuntu-latest
strategy:
fail-fast: false

View file

@ -1,7 +1,7 @@
name: Unit Testing ufw-docker
on: [push, pull_request]
jobs:
test:
unit-testing:
name: Unit Testing
runs-on: ubuntu-latest
steps: