mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 01:10:53 -04:00
temp: no need for lint
This commit is contained in:
parent
d792911330
commit
29c58835ce
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -31,7 +31,6 @@ permissions:
|
|||
jobs:
|
||||
native_tests:
|
||||
|
||||
needs: [lint]
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
|
@ -271,7 +270,6 @@ jobs:
|
|||
attestations: write
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 180
|
||||
needs: [lint]
|
||||
continue-on-error: true
|
||||
|
||||
strategy:
|
||||
|
|
@ -513,7 +511,6 @@ jobs:
|
|||
if: true # can be used to temporarily disable the build
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 90
|
||||
needs: [lint]
|
||||
|
||||
env:
|
||||
PY_COLORS: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue