瀏覽代碼

Rename actions

jean-robin medori 3 月之前
父節點
當前提交
8736c7005f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/trigger-benchmark.yml
  2. 1 1
      .github/workflows/trigger-integration-tests.yml

+ 1 - 1
.github/workflows/trigger-benchmark.yml

@@ -1,4 +1,4 @@
-name: Benchmark on taipy-integration-testing
+name: trigger Benchmark
 on:
   push:
     branches: [develop]

+ 1 - 1
.github/workflows/trigger-integration-tests.yml

@@ -1,4 +1,4 @@
-name: Integration testings on taipy-integration-testing
+name: trigger Integration testings
 on:
   push:
     branches: [ develop, dev/* ]