Skip to content

Commit

Permalink
Test github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Sep 25, 2024
1 parent 43d2987 commit 7f7dc34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch: # Allows manual trigger from GitHub Actions UI
schedule:
- cron: '0 13 * * *' # 5:00 AM PST (UTC-8)

push:
branches:
- use-zip-in-backup
jobs:
check-backup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f7dc34

Please sign in to comment.