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.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a05062  (chores) ci: ensure the PR number is saved even if the quick 
test script failed
7a05062 is described below

commit 7a05062837d7638055274a90b17d5e52a478c873
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Apr 1 13:39:39 2022 +0200

    (chores) ci: ensure the PR number is saved even if the quick test script 
failed
---
 .github/actions/quick-test/action.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/actions/quick-test/action.yaml 
b/.github/actions/quick-test/action.yaml
index bee7f66..1831adf 100644
--- a/.github/actions/quick-test/action.yaml
+++ b/.github/actions/quick-test/action.yaml
@@ -27,6 +27,7 @@ runs:
       run: ${{ github.action_path }}/quick-test.sh ${{ inputs.start-commit }} 
${{ inputs.end-commit }}
       shell: bash
     - name: Save PR number
+      if: always()
       env:
         PR_NUMBER: ${{ github.event.number }}
       shell: bash

Reply via email to