Skip to content

Commit

Permalink
Allow running all tests with dependent leapp-repository pr
Browse files Browse the repository at this point in the history
/rerun-all 4242 now would correctly pick lpr4242 instead of master.
  • Loading branch information
fernflower authored and pirat89 committed Jun 7, 2022
1 parent c10ae90 commit c7b7897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: leapp_repository_pr_regex_match
with:
text: ${{ github.event.comment.body }}
regex: '^/rerun\s+([0-9]+)\s*$'
regex: '^/(rerun|rerun-all)\s+([0-9]+)\s*$'

- name: Get pull request number
id: pr_nr
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
id: leapp_repository_pr
if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
run: |
echo "::set-output name=leapp_repository_pr::${{ steps.leapp_repository_pr_regex_match.outputs.group1 }}"
echo "::set-output name=leapp_repository_pr::${{ steps.leapp_repository_pr_regex_match.outputs.group2 }}"
- name: Checkout leapp-repository
id: checkout_leapp_repository
Expand Down

0 comments on commit c7b7897

Please sign in to comment.