mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-07-17 05:06:14 +02:00
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
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:
parent
a90e1fbbe9
commit
a084237e3f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build-and-push-agent:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue