Skip to content

Commit ef01f5c

Browse files
Update CI targets to not duplicate
1 parent e58cc05 commit ef01f5c

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: CI
2-
on: [ push, pull_request ]
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
312

413
jobs:
514
e2e:

.github/workflows/lint.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
name: CI
2-
on: [ push, pull_request ]
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
312

413
jobs:
514
lint:

0 commit comments

Comments
 (0)