diff --git a/.github/workflows/update_from_dune.yml b/.github/workflows/update_from_dune.yml index bc571b5..f8cb73e 100644 --- a/.github/workflows/update_from_dune.yml +++ b/.github/workflows/update_from_dune.yml @@ -1,4 +1,4 @@ -name: Python CI +name: Update From Dune (Pull Queries) on: workflow_dispatch: diff --git a/.github/workflows/update_to_dune.yml b/.github/workflows/update_to_dune.yml index 505aafc..aa93e5f 100644 --- a/.github/workflows/update_to_dune.yml +++ b/.github/workflows/update_to_dune.yml @@ -1,4 +1,4 @@ -name: Python CI +name: Update to Dune (Push Queries) on: push: diff --git a/github_workflows/update_to_dune copy.py b/github_workflows/update_to_dune.py similarity index 100% rename from github_workflows/update_to_dune copy.py rename to github_workflows/update_to_dune.py