Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Feb 2, 2024
1 parent a93e36f commit 3ddeda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- develop
- test-zx-312
schedule:
# 03:00 every Saturday morning
- cron: '0 3 * * 6'
Expand Down Expand Up @@ -267,7 +268,7 @@ jobs:
if: github.event_name == 'push'
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Set up Python (schedule)
if: github.event_name == 'schedule'
uses: actions/setup-python@v5
Expand Down

0 comments on commit 3ddeda5

Please sign in to comment.