This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c33e9f66c Run PR workflow without action restriction
5c33e9f66c is described below

commit 5c33e9f66c50ae0a6a00c39277d32045866eca40
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Feb 7 22:10:23 2025 +0000

    Run PR workflow without action restriction
---
 .github/workflows/{pr-dependencies.yml => pr.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-dependencies.yml b/.github/workflows/pr.yml
similarity index 95%
rename from .github/workflows/pr-dependencies.yml
rename to .github/workflows/pr.yml
index 2e6790f2b6..bac438e7c2 100644
--- a/.github/workflows/pr-dependencies.yml
+++ b/.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
       
   build-pr:
     ## Dependabot only
-    if: github.actor == 'dependabot[bot]'
+    ## if: github.actor == 'dependabot[bot]'
     
     strategy:
       fail-fast: false

Reply via email to