Skip to content

Commit 08c7c31

Browse files
committed
framework updates.
1 parent d1b98bc commit 08c7c31

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
2+
permissions:
3+
contents: read
4+
pull-requests: write
5+
36
on:
47
push:
58
branches: [ '*/*' ]

.github/workflows/nightly-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Nightly Coverage
2-
2+
permissions:
3+
contents: read
4+
pull-requests: write
5+
36
on:
47
schedule:
58
- cron: "0 3 * * *"

0 commit comments

Comments
 (0)