From d41855d1922b5cbf8d45e8636e327cca27cd8225 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Fri, 31 Jan 2020 10:49:47 +0800 Subject: [PATCH] Update master_code_and_master_config.yml --- .github/workflows/master_code_and_master_config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master_code_and_master_config.yml b/.github/workflows/master_code_and_master_config.yml index 97b3b75..08e6cda 100644 --- a/.github/workflows/master_code_and_master_config.yml +++ b/.github/workflows/master_code_and_master_config.yml @@ -5,15 +5,14 @@ on: paths: - '.github/workflows/master_code_and_master_config.yml' - jobs: build: - + runs-on: ubuntu-latest - + steps: - + - name: Checkout uses: actions/checkout@master with: