This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new b8ff14c76c Fix deprecated workflows
b8ff14c76c is described below
commit b8ff14c76cc46ebd34488e6d391511bd1707bf35
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 16 15:57:01 2024 +0200
Fix deprecated workflows
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12943c5fb5..8ff3eace73 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,4 +16,4 @@
#
name: build (deprecated)
-
+on: workflow-dispatch
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 0caedcce68..f1656489ed 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -16,4 +16,4 @@
#
name: codeql-analysis (deprecated)
-
+on: workflow-dispatch