diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60ea428c..13ca35bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/reusable-main.yml b/.github/workflows/reusable-main.yml index e83dcaa4..91f08ceb 100644 --- a/.github/workflows/reusable-main.yml +++ b/.github/workflows/reusable-main.yml @@ -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 }}