Skip to content

Commit a0376b7

Browse files
committed
ci: Combine ci+cd to ci workflow
There is nothing to deploy continuously anymore.
1 parent 68fcafd commit a0376b7

2 files changed

Lines changed: 6 additions & 16 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ on:
33
pull_request:
44
paths:
55
- ".github/workflows/ci.yaml"
6-
workflow_call:
6+
push:
7+
branches:
8+
- main
9+
schedule:
10+
# Run every Monday at 00:30 UTC
11+
- cron: "30 0 * * 1"
712
workflow_dispatch:
813
permissions:
914
contents: read

0 commit comments

Comments
 (0)