Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Nov 29, 2023
1 parent ee815c9 commit dbf50a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: run web.py

on:
schedule:
- cron: '0 1 * * *'
on: push
# schedule:
# - cron: '0 1 * * *'

jobs:
build:
Expand All @@ -22,4 +22,6 @@ jobs:
pip3 install -r requirements.txt
- name: execute py script # run main.py
run: python web.py
run: python web.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit dbf50a3

Please sign in to comment.