Skip to content

Commit

Permalink
Fixed YQL Parser Workflow (concurrent runs issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
1NepuNep1 committed Dec 30, 2024
1 parent df1eb75 commit e47bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

parser-check:
concurrency:
group: codegen-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
group: parser-check-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
cancel-in-progress: true
strategy:
matrix:
Expand Down

0 comments on commit e47bbc1

Please sign in to comment.