Skip to content

Commit 4a052df

Browse files
authored
Run workflows nightly to catch regressions due to core changes (#143)
1 parent 0dfa4af commit 4a052df

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/keycloak.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack Keycloak Extension Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
push:
57
paths:
68
- keycloak/**

.github/workflows/miniflare.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack Miniflare Extension Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
push:
57
paths:
68
- miniflare/**

.github/workflows/paradedb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack ParadeDB Extension Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
push:
57
paths:
68
- paradedb/**

.github/workflows/typedb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack TypeDB Extension Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
push:
57
paths:
68
- typedb/**

.github/workflows/utils.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack Extensions Utils Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
push:
57
paths:
68
- utils/**

.github/workflows/wiremock.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LocalStack WireMock Extension Tests
22

33
on:
4+
schedule:
5+
- cron: '0 2 * * 1-5'
46
pull_request:
57
branches:
68
- main

0 commit comments

Comments
 (0)