浏览代码

Renamed workflows

Paul-Louis Ageneau 5 年之前
父节点
当前提交
4d1d1fa6fe
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/build-gnutls.yml
  2. 1 1
      .github/workflows/build-nice.yml
  3. 1 1
      .github/workflows/build-openssl.yml

+ 1 - 1
.github/workflows/build-gnutls.yml

@@ -1,4 +1,4 @@
-name: Build and test with GnuTLS
+name: Build with GnuTLS
 on:
   push:
     branches:

+ 1 - 1
.github/workflows/build-nice.yml

@@ -1,4 +1,4 @@
-name: Build and test with libnice
+name: Build with libnice
 on:
   push:
     branches:

+ 1 - 1
.github/workflows/build-openssl.yml

@@ -1,4 +1,4 @@
-name: Build and test with OpenSSL
+name: Build with OpenSSL
 on:
   push:
     branches: