mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 15:49:34 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
2
.github/workflows/compile.yaml
vendored
2
.github/workflows/compile.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Unit Tests
|
name: Compile Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue