You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/08/28 07:22:52 UTC

[camel-quarkus] 01/02: Rename build job to check-format in pr-validate.yaml

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 1c31ffd4901a0d19e9bcde27df77740a981d2834
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Aug 27 22:49:52 2020 +0200

    Rename build job to check-format in pr-validate.yaml
---
 .github/workflows/pr-validate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml
index 60dcefc..b7a0df0 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -35,7 +35,7 @@ env:
   LANG: en_US
 
 jobs:
-  build:
+  check-format:
     runs-on: ubuntu-latest
     steps:
     - name: Setup apache-snapshots profile