You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/01 08:42:19 UTC

[camel-performance-tests] branch main updated: ci: fixed incorrect repository reference

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b96c07  ci: fixed incorrect repository reference
6b96c07 is described below

commit 6b96c07f9973894d24daeb995262987658c1fc1b
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:42:11 2023 +0100

    ci: fixed incorrect repository reference
---
 .github/workflows/pr-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index e0566ca..f20ce26 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -28,7 +28,7 @@ on:
 
 jobs:
   compile:
-    if: github.repository == 'apache/camel'
+    if: github.repository == 'apache/camel-performance'
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3