Skip to content

Commit

Permalink
Try3
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Jul 8, 2024
1 parent 9bac8d1 commit 7afb48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
schedule:
# Run the tests at 00:00 each week on Sunday
- cron: "0 0 * * 0"
workflow_call:

jobs:
cicd-pipeline:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

tests_without_deps:
runs-on: ${{ inputs.os }}
if: ${{ matrix.os != 'windows-latest' }}
if: ${{ inputs.os != 'windows-latest' }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ inputs.python-version }}
Expand Down

0 comments on commit 7afb48c

Please sign in to comment.