Skip to content

Commit

Permalink
Only allow manual trigger + specify available pytho nversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tonychang04 committed May 18, 2024
1 parent b0b8fa4 commit 02cfc0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Upload Podcast

on:
schedule:
- cron: '0 22 * * *' # This cron expression means "every day at 10 PM UTC"
#schedule:
# - cron: '0 22 * * *' # This cron expression means "every day at 10 PM UTC"
workflow_dispatch: # Allows manual triggering

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7.3' # Specify the Python version you need
python-version: '3.7.9' # Specify the Python version you need

- name: Install dependencies
run: |
Expand Down

0 comments on commit 02cfc0c

Please sign in to comment.