diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-13 11:34:53 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-05-13 11:41:56 +0200 |
commit | 9ce2ef9ba084ec9548b6d219687b24590f87eb1b (patch) | |
tree | 745a701e54a95bcadff15f5c35dd90d4ac2cf788 /.github | |
parent | ce70766cb22f2ff88d21d5f60f47cfb4d126ca61 (diff) | |
download | openssl-new-9ce2ef9ba084ec9548b6d219687b24590f87eb1b.tar.gz |
The FIPS Checksums job must be run on pull_request_target
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15265)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checksums.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index 9caf49c9fb..3b28d4e23b 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -1,5 +1,5 @@ name: FIPS Checksums -on: [pull_request] +on: [pull_request_target] jobs: apply-label: runs-on: ubuntu-latest |