소스 검색

Add on-demand triggers for workflows (#7594)

Vincent Stumpf 2 년 전
부모
커밋
08e9af48fe

+ 1 - 0
.github/workflows/analysis_codeql.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_clang.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_cmake.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_gcc.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_modes.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_msbuild.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_packetversions.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/build_servers_vip.yml

@@ -6,6 +6,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master

+ 1 - 0
.github/workflows/npc_db_validation.yml

@@ -9,6 +9,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master