Skip to content

Commit

Permalink
One last workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwinston committed Sep 16, 2024
1 parent dd9acce commit 521a6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

concurrency:
group: lint-${{ github.ref }}
group: app-lint-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

concurrency:
group: lint-${{ github.ref }}
group: oas-lint-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 521a6d4

Please sign in to comment.