Skip to content

Commit

Permalink
Merge pull request #4 from galargh/ci/3925-with-linting-error
Browse files Browse the repository at this point in the history
Introduce a linting error
  • Loading branch information
galargh authored May 31, 2024
2 parents 13cbab1 + 3e0d94f commit 1147dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- completed

concurrency:
group: "${{github.workflow}}-${{github.event.workflow_run.event}}-${{github.event.workflow_run.head_repository.full_name}}:${{github.event.workflow_run.head_branch}}"
group: '${{github.workflow}}-${{github.event.workflow_run.event}}-${{github.event.workflow_run.head_repository.full_name}}:${{github.event.workflow_run.head_branch}}'
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 1147dfc

Please sign in to comment.