Skip to content

Commit

Permalink
Update awx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill authored Feb 28, 2024
1 parent 019be28 commit 1dcd75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/awx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Hourly Workflow
on:
schedule:
- cron: '0 * * * *' # Run every hour
push:
branches:
- main # Adjust the branch as needed

jobs:
your-job:
Expand Down

0 comments on commit 1dcd75f

Please sign in to comment.