diff --git a/.github/workflows/upstream-tag-check.yml b/.github/workflows/upstream-tag-check.yml index 22dfd0017..6da2ea7fa 100644 --- a/.github/workflows/upstream-tag-check.yml +++ b/.github/workflows/upstream-tag-check.yml @@ -3,7 +3,7 @@ name: Sync miekg/dns with zmap/dns on: # Only for testing pull_request: - branches: [github-action-when-upstream-tagged] +# branches: [github-action-when-upstream-tagged] schedule: - cron: '0 0 * * *' # This will run the action daily workflow_dispatch: # Allows manual trigger