From c33f21e4090e3f39db2e10671afce876b9f3da30 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 28 Aug 2023 16:14:22 -0400 Subject: [PATCH] Update comments --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index b07d159..59a1953 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -54,7 +54,7 @@ jobs: echo-2-test: needs: [build] runs-on: ubuntu-latest - name: "echo-2-test [trigger|by workflow filename]" + name: "echo-2-test [trigger|by workflow filename|may confuse with concurrent echo-2]" steps: - name: Check out repository uses: actions/checkout@v2 @@ -171,7 +171,7 @@ jobs: matrix: msg : [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" ] runs-on: ubuntu-latest - name: "concurrent-echo-2-test [trigger+wait|by workflow filename|confusing workflow run id should no longer happen]" + name: "concurrent-echo-2-test [trigger|by workflow filename|confusing workflow run id should not happen]" steps: - name: Check out repository uses: actions/checkout@v3