Skip to content

Commit

Permalink
lul
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 28, 2023
1 parent 76c8e01 commit 9cbef60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_from_dune.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update From Dune (Pull Queries)
name: Update From Dune (Pull Queries, Manual Run)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_to_dune.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update to Dune (Push Queries)
name: Update to Dune (Push Queries, on Commit)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion github_workflows/update_to_dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 9cbef60

Please sign in to comment.