Skip to content

Commit d420a1c

Browse files
Merge pull request #26 from jitsucom/ci/reduce-workflow-runs
ci: reduce workflow runs by removing push triggers
2 parents ca2ea63 + 1693e38 commit d420a1c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22

33
on:
4-
push:
54
pull_request:
65
workflow_dispatch:
76

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: E2E
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
6+
workflow_dispatch:
87

98
concurrency:
109
group: e2e-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)