This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 1ea4312 Fix requirements for `deploy` job
1ea4312 is described below
commit 1ea43126301cd7af13be7adb8fc5ff77447ed3f2
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Apr 30 23:25:59 2023 +0200
Fix requirements for `deploy` job
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 296a974..21477a0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
- needs: merge
+ needs: build
if: github.repository == 'apache/logging-log4j-transform' && (github.ref
== 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/'))
steps: