We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7586e14 commit bd5e72aCopy full SHA for bd5e72a
3 files changed
.github/workflows/lint.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
merge_group:
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
lint:
16
name: Lint
.github/workflows/test.yml
test:
name: Unit Tests
.github/workflows/verify-codegen.yml
@@ -5,6 +5,10 @@ on:
5
workflow_dispatch:
6
verify:
name: Verify Codegen
0 commit comments