Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJiangZhou2163 committed Feb 8, 2025
1 parent 1c1b7dd commit c7862bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Nginx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Nginx

on:
push:
branches:
- main
# push:
# branches:
# - main
schedule:
- cron: "0 0 * * *"

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/Prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Prometheus

on:
push:
branches:
- main
# push:
# branches:
# - main
schedule:
- cron: "0 0 * * *"

jobs:
Prometheus:
Expand Down

0 comments on commit c7862bb

Please sign in to comment.