Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Run a nightly CI build against Twisted trunk. #10651

Merged
merged 13 commits into from
Aug 23, 2021
Prev Previous commit
Next Next commit
remove debug
  • Loading branch information
richvdh committed Aug 18, 2021
commit 92134e813eb13055ed3c0c07ce432fe7671e3267
5 changes: 0 additions & 5 deletions .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ on:

workflow_dispatch:

push:

jobs:
mypy:
runs-on: ubuntu-latest

steps:
- run: false
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: .ci/patch_for_twisted_trunk.sh
Expand All @@ -24,7 +21,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: false
- uses: actions/checkout@v2
- run: sudo apt-get -qq install xmlsec1
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -55,7 +51,6 @@ jobs:
- ${{ github.workspace }}:/src

steps:
- run: false
- uses: actions/checkout@v2
- name: Patch dependencies
run: .ci/patch_for_twisted_trunk.sh
Expand Down