Skip to content

Commit

Permalink
disable scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeis01 committed Jun 4, 2024
1 parent ffd9c36 commit 67fe13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
schedule:
- cron: "0 2 * * *" # at 2am UTC every day
# schedule:
# - cron: "0 2 * * *" # at 2am UTC every day

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pandas==2.2.2
Unidecode==1.3.8
openpyxl

0 comments on commit 67fe13f

Please sign in to comment.