mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
ci: fix workflow names
This commit is contained in:
parent
b57f755ffa
commit
7a49aae8c8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Unit Tests
|
||||
name: Acc Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Unit Tests
|
||||
name: Compile Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in a new issue