Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Mar 7, 2024
1 parent 69fcbf1 commit d52a233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/configured.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: backup with systemd

name: configured

on:
workflow_run:
Expand Down Expand Up @@ -30,6 +31,7 @@ jobs:
- '6.7'
scenario:
- systemd-timer
- crond
steps:
- name: check out the codebase.
uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,4 @@ automysqlbackup_cron:
hour: "" # 2
weekday: "" # *

# automysqlbackup_cron:
# enable: true
# minute: '58'
# hour: '02'

automysqlbackup_backup_local_files: []

0 comments on commit d52a233

Please sign in to comment.