Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b85b495

Browse files
committed
Limit github action runs
1 parent c1bda90 commit b85b495

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: build
2-
32
on: [push]
43

54
jobs:

.github/workflows/integration.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
name: ci
2-
on: [push, pull_request]
1+
name: integration
2+
on:
3+
push:
4+
schedule:
5+
- cron: '*/180 * * * *'
36

47
jobs:
58
integration:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: ci
2-
on: [push, pull_request]
1+
name: test
2+
on: [push]
33

44
jobs:
55
fmt:

0 commit comments

Comments
 (0)