瀏覽代碼

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:
 on:
   push:
   push:
     branches:
     branches:

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

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

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

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