Skip to content

Commit

Permalink
go back to sundays only
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Mar 27, 2024
1 parent 30b5a3c commit 38b1ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/import_data.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Import data

on:
push:
branches:
- "main"

schedule:
- cron: '0 11 * * 0' # Run every Sunday at 11am UTC
Expand Down
4 changes: 2 additions & 2 deletions import_data_to_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def main():
repo = g.get_repo("asapdiscovery/hindsight")

# copy frontpage stuff
#for local, remote in content.items():
#write_from_repo_to_local(repo, remote, local)
for local, remote in content.items():
write_from_repo_to_local(repo, remote, local)

# now copy whole file structure for detail
copy_recursive(repo)
Expand Down

0 comments on commit 38b1ba3

Please sign in to comment.