Преглед на файлове

Merge pull request #621 from gtardif/ci_minor_changes

Minor CI changes
Guillaume Tardif преди 5 години
родител
ревизия
d320d5460c
променени са 4 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 1 1
      .github/workflows/labeler.yml
  2. 1 1
      .github/workflows/optional-ci.yml
  3. 1 1
      .github/workflows/release.yaml
  4. 1 0
      README.md

+ 1 - 1
.github/workflows/labeler.yml

@@ -1,4 +1,4 @@
-name: 'Pull Request Labeler'
+name: 'PR labeler'
 on:
 on:
   - pull_request_target
   - pull_request_target
 
 

+ 1 - 1
.github/workflows/optional-ci.yml

@@ -1,4 +1,4 @@
-name: Continuous integration
+name: Cloud integration tests
 
 
 on:
 on:
   push:
   push:

+ 1 - 1
.github/workflows/release.yaml

@@ -1,4 +1,4 @@
-name: releaser
+name: Releaser
 
 
 on:
 on:
   push:
   push:

+ 1 - 0
README.md

@@ -1,6 +1,7 @@
 # Docker Compose CLI
 # Docker Compose CLI
 
 
 [![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions)
 [![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions)
+[![Actions Status](https://github.com/docker/compose-cli/workflows/Cloud%20integration%20tests/badge.svg)](https://github.com/docker/compose-cli/actions)
 
 
 This CLI tool makes it easy to run containers in the cloud using either Amazon
 This CLI tool makes it easy to run containers in the cloud using either Amazon
 Elastic Container Service
 Elastic Container Service