Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
takost committed Jun 29, 2023
1 parent 865c3cb commit 06d3532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'rc/[0-9]+.[0-9]+.[0-9]+'
- 'rc/[0-9]+.[0-9]+.[0-9]+.[1-9]+'
concurrency:
group: ${{vars.GITHUB_WORKFLOW}}-${{vars.GITHUB_REF_NAME}}
group: ${{env.GITHUB_WORKFLOW}}-${{env.GITHUB_REF_NAME}}
# group: ${{ github.workflow }}-${{ github.ref_name }}

jobs:
Expand Down

0 comments on commit 06d3532

Please sign in to comment.