refactor(workflows): standardize workflow names by removing 'Tests' suffix
This commit is contained in:
2
.github/workflows/cerberus-integration.yml
vendored
2
.github/workflows/cerberus-integration.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Cerberus Integration Tests
|
||||
name: Cerberus Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/crowdsec-integration.yml
vendored
2
.github/workflows/crowdsec-integration.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CrowdSec Integration Tests
|
||||
name: CrowdSec Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/rate-limit-integration.yml
vendored
2
.github/workflows/rate-limit-integration.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Rate Limit Integration Tests
|
||||
name: Rate Limit integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/waf-integration.yml
vendored
2
.github/workflows/waf-integration.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: WAF Integration Tests
|
||||
name: WAF integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user