Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 28, 2024
1 parent 232bddd commit afe4c49
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,253 deletions.
92 changes: 0 additions & 92 deletions .appveyor.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/cifuzz.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/docs.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/lint.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/release-drafter.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/stale.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: windows-latest
Expand Down Expand Up @@ -120,10 +116,6 @@ jobs:
run: |
.ci/build.sh
- name: Test
run: |
bash.exe xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
- name: Prepare to upload errors
if: failure()
run: |
Expand All @@ -136,17 +128,6 @@ jobs:
name: errors
path: Tests/errors

- name: After success
run: |
bash.exe .ci/after_success.sh
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: GHA_Cygwin
name: Cygwin Python 3.${{ matrix.python-minor-version }}

success:
permissions:
contents: none
Expand Down
Loading

0 comments on commit afe4c49

Please sign in to comment.