Skip to content

Commit

Permalink
APIGOV-00000 - test tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed Feb 12, 2025
1 parent b5ee5a1 commit 12a67e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Update go.mod for testing

# on:
# schedule:
# - cron: "0 4 * * *" # time is in UTC

on:
schedule:
- cron: "0 4 * * *" # time is in UTC
- cron: "*/5 * * * *" # time is in UTC

jobs:
updateAndCreatePR:
Expand Down

0 comments on commit 12a67e5

Please sign in to comment.