Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ichengchang committed Aug 28, 2023
1 parent 491c396 commit c33f21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c33f21e

Please sign in to comment.