diff options
| author | Chris Dent <cdent@anticdent.org> | 2023-04-30 12:15:40 +0100 |
|---|---|---|
| committer | Chris Dent <cdent@anticdent.org> | 2023-04-30 12:15:40 +0100 |
| commit | 9752a54873dcf3e4a604413c65c30cde2c0fdc06 (patch) | |
| tree | e40622cf6a8167ea54c098a3db2361c6dab96b8c /.github/workflows/tests.yaml | |
| parent | e7c573d1723be6425bdcbf65caf2daba8d6a2865 (diff) | |
| download | paste-git-cdent/git-actions.tar.gz | |
fail fast againcdent/git-actions
Diffstat (limited to '.github/workflows/tests.yaml')
| -rw-r--r-- | .github/workflows/tests.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 759e695..a352171 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -4,7 +4,6 @@ jobs: build: runs-on: ubuntu-20.04 strategy: - fail-fast: false matrix: include: - python: 2.7 |
