Skip to content

Commit

Permalink
WIP: dnslookup
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jan 17, 2024
1 parent ef0eac0 commit e059030
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:
branches:
- main
schedule:
- cron: "0 7 * * *"
- cron: "0 5 * * *"
workflow_dispatch:
inputs:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:

Expand Down

0 comments on commit e059030

Please sign in to comment.