Skip to content

Commit

Permalink
Fix retest
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
  • Loading branch information
jcaamano committed Jun 16, 2023
1 parent adcf68b commit 18d4316
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
issue_comment:
types: [created]

concurrency: commands-${{ github.ref }}

jobs:
retest:
if: github.repository == 'ovn-org/ovn-kubernetes'
if: github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -14,4 +16,4 @@ jobs:
- name: Re-Test Action
uses: ./.github/actions/retest-action
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18d4316

Please sign in to comment.