From 9cbef6045d286cf2b2ae95c2f207c452320b43f7 Mon Sep 17 00:00:00 2001 From: Andrew <47720952+andrewhong5297@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:00:16 -0500 Subject: [PATCH] lul --- .github/workflows/update_from_dune.yml | 2 +- .github/workflows/update_to_dune.yml | 2 +- github_workflows/update_to_dune.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_from_dune.yml b/.github/workflows/update_from_dune.yml index f8cb73e..24473aa 100644 --- a/.github/workflows/update_from_dune.yml +++ b/.github/workflows/update_from_dune.yml @@ -1,4 +1,4 @@ -name: Update From Dune (Pull Queries) +name: Update From Dune (Pull Queries, Manual Run) on: workflow_dispatch: diff --git a/.github/workflows/update_to_dune.yml b/.github/workflows/update_to_dune.yml index aa93e5f..36b7999 100644 --- a/.github/workflows/update_to_dune.yml +++ b/.github/workflows/update_to_dune.yml @@ -1,4 +1,4 @@ -name: Update to Dune (Push Queries) +name: Update to Dune (Push Queries, on Commit) on: push: diff --git a/github_workflows/update_to_dune.py b/github_workflows/update_to_dune.py index d6bd663..b01f8c7 100644 --- a/github_workflows/update_to_dune.py +++ b/github_workflows/update_to_dune.py @@ -39,4 +39,4 @@ ) else: - print('file not found, {}'.format(query_{query.base.query_id}.sql)) + print('file not found, query_{}.sql'.format(query.base.query_id))