Ver Fonte

DevOps3

Lith há 8 meses atrás
pai
commit
2a01b4caab

+ 3 - 1
.github/workflows/ki_devops3_release.yml

@@ -17,6 +17,8 @@ on:
     
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
+  merge_group:
+    types: [code_test]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
@@ -28,7 +30,7 @@ jobs:
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
 
       # Runs a set of commands using the runners shell
       - name: Run test

+ 3 - 1
.github/workflows/ki_devops3_test.yml

@@ -20,6 +20,8 @@ on:
 
   pull_request:
     types: [opened, synchronize, reopened]
+  merge_group:
+    types: [code_test]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
@@ -31,7 +33,7 @@ jobs:
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
 
       # Runs a set of commands using the runners shell
       - name: Run test