Skip to content

Commit 36b0cee

Browse files
committed
Test
1 parent 59c4c75 commit 36b0cee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/scheduled.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Scheduled
22

3-
on:
4-
schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
5-
workflow_dispatch:
6-
workflow_call:
3+
on: [pull_request]
4+
# schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
5+
# workflow_dispatch:
6+
# workflow_call:
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
@@ -71,7 +71,7 @@ jobs:
7171
name: [backend, frontend]
7272
include:
7373
- name: backend
74-
path: "api"
74+
path: api
7575
- name: frontend
7676
steps:
7777
- name: ZAP Scan

0 commit comments

Comments
 (0)