Merge pull request #448 from donaldzou/DaanSelen-patch-1
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

Hotfix.
This commit is contained in:
Donald Zou
2024-11-02 16:20:35 +08:00
committed by GitHub
2 changed files with 4 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
name: Docker-Analyze name: Docker-Analyze
on: on:
#schedule: schedule:
# - cron: "0 0 * * *" # Daily at midnight UTC - cron: "0 0 * * *" # Daily at midnight UTC
push:
branches: [ main ]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
trigger-build: trigger-build:

View File

@@ -1,8 +1,8 @@
name: Docker-Build name: Docker-Build
on: on:
schedule: push:
- cron: "0 0 * * *" # Daily at midnight UTC branches: [ main ]
workflow_dispatch: workflow_dispatch:
inputs: inputs:
trigger-build: trigger-build: