From 3f6ce534e7e7fdf2b2f610922b7e5167e9252426 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sat, 27 Feb 2021 19:41:16 +0000 Subject: Drop comments, and make push workflow use same matrix as pullrequest. --- .github/workflows/pullrequest.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows/pullrequest.yml') diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 83a7caf1..4f99dbb2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -62,9 +62,3 @@ jobs: make -s ARCH=${{ matrix.makearch }} PREFIX=/usr LIBDIR=${{ matrix.libdir }} DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install || make ARCH=${{ matrix.makearch }} PREFIX=/usr LIBDIR=${{ matrix.libdir }} DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install echo 'results:' find /destdir -type f -# - name: Archive production artifacts -# uses: actions/upload-artifact@v2 -# with: -# name: shim -# path: | -# /destdir -- cgit v1.2.3