Skip to content

Commit d3e554e

Browse files
committed
turns off CI jobs
1 parent dba7fef commit d3e554e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/builder.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ permissions: read-all
55

66
on:
77
pull_request:
8-
branches: [ main ]
8+
branches: [main]
99
push:
10-
branches: [ main ]
11-
schedule:
12-
- cron: '0 0 * * 0' # weekly
10+
branches: [main]
1311

1412
jobs:
1513
build:

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ permissions: read-all
55

66
on:
77
pull_request:
8-
branches: [main]
8+
branches: []
99
push:
1010
branches: [main, ffi-wrapper, ffi-wrapper-text-pkg]
11-
schedule:
12-
- cron: "0 0 * * *" # Every day at midnight
1311

1412
defaults:
1513
run:

0 commit comments

Comments
 (0)