|
@@ -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
|