Refactor workflow files to remove unnecessary triggers and paths
This commit is contained in:
@@ -2,12 +2,10 @@ name: Weekly Reconciliation
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 2 * * 0"
|
||||
|
||||
- cron: "0 3 * * 0"
|
||||
jobs:
|
||||
ansible-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user