We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c4c75 commit 36b0ceeCopy full SHA for 36b0cee
.github/workflows/scheduled.yml
@@ -1,9 +1,9 @@
1
name: Scheduled
2
3
-on:
4
- schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
5
- workflow_dispatch:
6
- workflow_call:
+on: [pull_request]
+ # schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
+ # workflow_dispatch:
+ # workflow_call:
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
@@ -71,7 +71,7 @@ jobs:
71
name: [backend, frontend]
72
include:
73
- name: backend
74
- path: "api"
+ path: api
75
- name: frontend
76
steps:
77
- name: ZAP Scan
0 commit comments