diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-24 19:46:34 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-05-25 11:53:36 +0200 |
commit | 349fd92429145a5821e96dabae1c82eab93caa80 (patch) | |
tree | faea2a4751ca01f646df46af8fc2cf7dd04bbbd0 /.github | |
parent | Windows CI: properly drop test_fuzz* tests to speed up things (diff) | |
download | openssl-349fd92429145a5821e96dabae1c82eab93caa80.tar.xz openssl-349fd92429145a5821e96dabae1c82eab93caa80.zip |
FIPS checksums CI: use merge checkout to compute the new checksums
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15433)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/fips-checksums.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 17d8b4073d..12953a38fb 100644 --- a/.github/workflows/fips-checksums.yml +++ b/.github/workflows/fips-checksums.yml @@ -28,7 +28,6 @@ jobs: working-directory: ./build-pristine - uses: actions/checkout@v2 with: - ref: ${{ github.event.pull_request.head.sha }} clean: false - name: config run: ../config enable-fips && perl configdata.pm --dump |