Skip to content

Commit 7425a48

Browse files
authored
Stop committing lock files; add weekly CI safety net (#1457) (#1472)
1 parent 0649409 commit 7425a48

95 files changed

Lines changed: 128 additions & 36731 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflow-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
name: <example_name>
1818

1919
on:
20+
schedule:
21+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
2022
push:
2123
branches:
2224
- master

.github/workflows/backend_only.yml

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

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/backend_wasm64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: backend_wasm64
22
on:
3+
schedule:
4+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
35
push:
46
branches: [master]
57
pull_request:

.github/workflows/basic_bitcoin.yml

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

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/basic_ethereum.yml

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

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/candid_type_generation.yml

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

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches:
68
- master

.github/workflows/canister-info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: canister-info
22

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/canister-snapshot-download.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: canister-snapshot-download
22

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/canister-snapshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: canister-snapshots
22

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

.github/workflows/canister_factory.yml

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

33
on:
4+
schedule:
5+
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
46
push:
57
branches: [master]
68
pull_request:

0 commit comments

Comments
 (0)