From a605d6b9301e95e2c26769f1cb263d4a0df32e6e Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 1 May 2020 15:45:32 +0200 Subject: [PATCH] Update workflows --- .github/workflows/test.yml | 5 +++++ .github/workflows/workflow.yml | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 456b9953..517c6f86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,12 @@ name: Validate 'setup-python' on: push: + - master + paths-ignore: + - '**.md' pull_request: + paths-ignore: + - '**.md' schedule: - cron: 0 0 * * * diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dde6f427..2498319e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -68,19 +68,19 @@ jobs: - name: Verify 3.8 run: python __tests__/verify-python.py 3.8 - - name: Run with setup-python 3.7.4 + - name: Run with setup-python 3.7.5 uses: ./ with: - python-version: 3.7.4 - - name: Verify 3.7.4 - run: python __tests__/verify-python.py 3.7.4 + python-version: 3.7.5 + - name: Verify 3.7.5 + run: python __tests__/verify-python.py 3.7.5 - - name: Run with setup-python 3.6.2 + - name: Run with setup-python 3.6.7 uses: ./ with: - python-version: 3.6.2 - - name: Verify 3.6.2 - run: python __tests__/verify-python.py 3.6.2 + python-version: 3.6.7 + - name: Verify 3.6.7 + run: python __tests__/verify-python.py 3.6.7 - name: Run with setup-python 3.8.1 uses: ./