Skip to content

Commit

Permalink
test: improve concurrent id
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and yndu13 committed Sep 7, 2023
1 parent 154fac8 commit f6bd195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
REGION_ID: ${{ vars.REGION_ID }}
USER_ID: ${{ secrets.USER_ID }}
ROOT_UID: ${{ secrets.ROOT_UID }}
CONCURRENT_ID: ${{ strategy.job-index }}
CONCURRENT_ID: "${{ github.run_number }}${{ strategy.job-index }}"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f6bd195

Please sign in to comment.