We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62de2d8 commit a12251aCopy full SHA for a12251a
.github/workflows/spotless.yml
@@ -2,6 +2,7 @@ name: Spotless Check
2
on: [push, workflow_dispatch]
3
4
concurrency:
5
+ group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
6
cancel-in-progress: true
7
jobs:
8
check:
0 commit comments