Skip to content

Commit 93bc8f0

Browse files
committed
remove github workflow
1 parent 6e8a382 commit 93bc8f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-deb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
ref: ${{ github.event.pull_request.head.sha }}
3030
fetch-depth: 0
3131

32-
- name: list everything
32+
# Workaround for "unexpected upstream changes".
33+
- name: remove github workflow
3334
run: |
35+
rm -fr dovecot/.github
3436
ls -la dovecot
3537
3638
- name: build

0 commit comments

Comments
 (0)