Skip to content

Commit

Permalink
Merge pull request #1236 from GSA/egress-cron
Browse files Browse the repository at this point in the history
do egress check twice a day, not every hour
  • Loading branch information
btylerburton authored Jan 30, 2024
2 parents b265602 + 199dd13 commit 3e3f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/egress_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 6 - Check Egress Operation

on:
schedule:
- cron: '40 * * * *'
- cron: '40 02,14 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3e3f177

Please sign in to comment.