Changeset: 06787b1cb3cc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/06787b1cb3cc Modified Files: .github/workflows/linux.yml Branch: default Log Message:
use the sha instead diffs (10 lines): diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -131,5 +131,5 @@ jobs: - name: Publish mtest results uses: actions/upload-artifact@v3 with: - name: mtest-${{ github.ref }}-${{ matrix.os }}-${{ matrix.c_compiler }} + name: mtest-${{ github.sha }}-${{ matrix.os }}-${{ matrix.c_compiler }} path: mtests.tar _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org