Skip to content

Commit bf4e80a

Browse files
committed
Merge branch 'aaronkaplan_pre-rel_3.3.0' of github.com:certtools/intelmq-api into aaronkaplan_pre-rel_3.3.0
2 parents a74889e + b317159 commit bf4e80a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/debian-package.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21-
- name: Debian package action test
22-
uses: schacht-certat/action-build-on-debian@v4
23-
with:
24-
codename: ${{ matrix.codename }}
21+
# this does not currently work:
22+
# - name: Debian package action test
23+
# uses: schacht-certat/action-build-on-debian@v4
24+
# with:
25+
# codename: ${{ matrix.codename }}
2526

26-
- name: Upload artifacts
27-
uses: actions/upload-artifact@v4
28-
with:
29-
name: debian-package-${{ matrix.codename }}-${{ github.sha }}
30-
path: '~/artifacts'
31-
retention-days: 5
27+
# therefore, also this won't make sense:
28+
# - name: Upload artifacts
29+
# uses: actions/upload-artifact@v4
30+
# with:
31+
# name: debian-package-${{ matrix.codename }}-${{ github.sha }}
32+
# path: '~/artifacts'
33+
# retention-days: 5

0 commit comments

Comments
 (0)