This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new b70ff251 Try to self trigger b70ff251 is described below commit b70ff2513f033420da3aac27740e90e171e63e0f Author: Sebb <s...@apache.org> AuthorDate: Wed Dec 20 23:05:56 2023 +0000 Try to self trigger --- .github/workflows/maven_crosstest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven_crosstest.yml b/.github/workflows/maven_crosstest.yml index 645c72b1..8dfb6a5c 100644 --- a/.github/workflows/maven_crosstest.yml +++ b/.github/workflows/maven_crosstest.yml @@ -29,7 +29,7 @@ on: - '**/OpenSslNative.java' - '**/OpenSslCryptoRandomNative.java' - '**/OpenSslInfoNative.java' - - '**/maven_crosstest.yml' + - '**/workflows/maven_crosstest.yml' - 'src/docker/*' - '!src/docker/Dockerfile*' # Don't trigger on docker change; will be started after build