From f42bec64bade4c0d001bfbe25031f3f19434981e Mon Sep 17 00:00:00 2001 From: Silas Dilkes <36165522+sjdilkes@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:49:19 +0000 Subject: [PATCH] Update build_and_test.yml --- .github/workflows/build_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4a71b1d..876adff 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -54,13 +54,13 @@ jobs: shell: bash run: | ./.github/workflows/build-test nomypy - - name: Set up Python 3.12 - if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule' + - name: Set up Python 3.12 + if: github.event_name == 'push' || github.event_name == 'schedule' uses: actions/setup-python@v5 with: python-version: '3.12' - name: Build and test (3.12) - if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule' + if: github.event_name == 'push' || github.event_name == 'schedule' shell: bash run: | ./.github/workflows/build-test nomypy @@ -154,4 +154,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4.0.1 + uses: actions/deploy-pages@v4.0.1 \ No newline at end of file