Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShabbirHasan1 authored Jan 7, 2025
1 parent 16200c8 commit 0a59b2f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Update XTS Master Instruments
on:
push:
branches:
- main
pull_request:
branches:
- main
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
schedule:
- cron: '23 2 * * 1-5'
- cron: '23 15 * * 1-5'
Expand All @@ -18,13 +18,13 @@ jobs:
steps:
- uses: actions/checkout@v3
# Build steps
- uses: actions/setup-python@v4
with:
python-version: '3.10.x'
- run: python --version
- run: pip install -r requirements.txt
- run: python main.py
# - uses: actions/setup-python@v4
# with:
# python-version: '3.10.x'
# - run: python --version
# - run: pip install -r requirements.txt
# - run: python main.py
- run: chmod +x ./xts_jobs && ./xts_jobs
# Commit and push all changed files.
- name: GIT Commit Build Artifacts (coverage, dist, devdist, docs)
# Only run on main branch push (e.g. after pull request merge).
Expand Down

0 comments on commit 0a59b2f

Please sign in to comment.