From 76c8e0174067f7dff8f74eaf1604d6dacdeef6d7 Mon Sep 17 00:00:00 2001 From: Andrew <47720952+andrewhong5297@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:58:55 -0500 Subject: [PATCH] fix --- .github/workflows/update_from_dune.yml | 2 +- .github/workflows/update_to_dune.yml | 2 +- github_workflows/{update_to_dune copy.py => update_to_dune.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename github_workflows/{update_to_dune copy.py => update_to_dune.py} (100%) 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