From cfbbb6c5577d0e16d24aa1faa7cac601f9da8b25 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 12:57:48 +0800 Subject: [PATCH 01/15] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..8ee005e --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI-111 + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "master" branch + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # 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@v3 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 6169f68e60793bfc396c8c5bc1dac1c79c31de9e Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 12:58:41 +0800 Subject: [PATCH 02/15] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 8ee005e..e44bf95 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -6,7 +6,7 @@ name: CI-111 on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "master" ] + branches: [ "jwx0925-patch-1" ] pull_request: branches: [ "master" ] From cf0a038324f7498cf7b5835093b31041befe1001 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 12:59:36 +0800 Subject: [PATCH 03/15] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e44bf95..d180750 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI-111 +name: CI-22222 # Controls when the workflow will run on: From 46553e5388462a7ab41d87edd54498f6f433cad9 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 13:00:45 +0800 Subject: [PATCH 04/15] Rename blank.yml to blank22222.yml --- .github/workflows/{blank.yml => blank22222.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{blank.yml => blank22222.yml} (100%) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank22222.yml similarity index 100% rename from .github/workflows/blank.yml rename to .github/workflows/blank22222.yml From 4d644b97f69d1ded0755bc636cb430d75505b26f Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 13:02:03 +0800 Subject: [PATCH 05/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index d180750..7c0b4d2 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: echo Hello, world!!! # Runs a set of commands using the runners shell - name: Run a multi-line script From 3a4592360c9da2568ee885fe75b91958ba95bcc0 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 13:12:42 +0800 Subject: [PATCH 06/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 7c0b4d2..8405455 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -7,6 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "jwx0925-patch-1" ] + tags: ["test-patch-tag"] pull_request: branches: [ "master" ] From 44133626589c5c680bab4620da5fa027383adc4b Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 13:14:40 +0800 Subject: [PATCH 07/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 8405455..7347c58 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -7,7 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "jwx0925-patch-1" ] - tags: ["test-patch-tag"] + tags: ["test-*"] pull_request: branches: [ "master" ] From 2c90d429196773a79a80cde721928c6cd58b5511 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Thu, 21 Dec 2023 13:18:08 +0800 Subject: [PATCH 08/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 7347c58..4401bf7 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -28,7 +28,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world!!! + run: echo Hello, world!!!~~ # Runs a set of commands using the runners shell - name: Run a multi-line script From cb35b4799281f5c34b63dcef844b289ed6118eaf Mon Sep 17 00:00:00 2001 From: wenxiang Date: Mon, 25 Dec 2023 10:51:07 +0800 Subject: [PATCH 09/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 4401bf7..01ee6cb 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -23,15 +23,8 @@ 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@v3 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world!!!~~ - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | + - run: echo Hello, world!!!~~ + - run: | echo Add other actions to build, echo test, and deploy your project. From ab80c281da2fe313d5d08f8aebcae59b3853cc07 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Mon, 25 Dec 2023 10:53:01 +0800 Subject: [PATCH 10/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 01ee6cb..c730869 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -14,14 +14,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" build: - # The type of runner that the job will run on runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v3 - run: echo Hello, world!!!~~ From 2da819b9fe8fa5e414c7e46565d3f5a16caa7f76 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Mon, 8 Jan 2024 16:27:35 +0800 Subject: [PATCH 11/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index c730869..54b3fcb 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -7,6 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "jwx0925-patch-1" ] + branches-ignore: [ "release/**" ] tags: ["test-*"] pull_request: branches: [ "master" ] From 2dc817bd13375211c6896977101d0eb429951bb9 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Sun, 14 Jan 2024 18:00:04 +0800 Subject: [PATCH 12/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 54b3fcb..f744b22 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -6,8 +6,7 @@ name: CI-22222 on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "jwx0925-patch-1" ] - branches-ignore: [ "release/**" ] +branches: [ "jwx0925-patch-1" ] tags: ["test-*"] pull_request: branches: [ "master" ] From 6dac2215155b1a8480ca0b14fdecc1a111f62ad3 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 16 Jan 2024 14:52:55 +0800 Subject: [PATCH 13/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index f744b22..cd73969 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -6,10 +6,10 @@ name: CI-22222 on: # Triggers the workflow on push or pull request events but only for the "master" branch push: -branches: [ "jwx0925-patch-1" ] + # branches: [ "jwx0925-patch-1" ] tags: ["test-*"] pull_request: - branches: [ "master" ] + branches: [ "jwx0925-*" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 9721005687ffa47abd6356a28dda9e1a426909ed Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 16 Jan 2024 14:54:49 +0800 Subject: [PATCH 14/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index cd73969..d0d7343 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -9,7 +9,7 @@ on: # branches: [ "jwx0925-patch-1" ] tags: ["test-*"] pull_request: - branches: [ "jwx0925-*" ] + branches: [ "jwx0925-*","master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From adc8d3352876aac4b028dcc349f096408992da43 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 16 Jan 2024 15:11:16 +0800 Subject: [PATCH 15/15] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index d0d7343..ed0579f 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: echo Hello, world!!!~~ + - run: echo Hello, world!!!~~111 - run: | echo Add other actions to build, echo test, and deploy your project.