We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 543eb2a + 6533ec0 commit 3214645Copy full SHA for 3214645
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ env:
11
12
jobs:
13
lint:
14
- timeout-minutes: 60
+ timeout-minutes: 30
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
@@ -35,6 +35,7 @@ jobs:
35
- name: Changelog validation
36
run: nox -vs towncrier_check
37
build:
38
39
needs: lint
40
41
@@ -50,6 +51,7 @@ jobs:
50
51
- name: Build the distribution
52
run: nox -vs build
53
cleanup_buckets:
54
55
56
env:
57
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
0 commit comments