From 9640bae6160be909f170607769188a3856af93a2 Mon Sep 17 00:00:00 2001 From: phillip-stephens Date: Tue, 11 Jun 2024 15:52:07 +0900 Subject: [PATCH] trial 2 --- .github/workflows/upstream-tag-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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