Skip to content

Commit

Permalink
chore: remove non-pr git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Mar 27, 2024
1 parent fe5d9c4 commit 62c9e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- name: Trigger Multiverse Test Suite
run: |
gh workflow run -R ${{ secrets.TEST_SUITE_REPO }} ${{ secrets.TEST_SUITE_WORKFLOW }} -f agent_git_ref=${{ github.head_ref || github.ref_name }} -f pr-number=${{ github.event.number }}
gh workflow run -R ${{ secrets.TEST_SUITE_REPO }} ${{ secrets.TEST_SUITE_WORKFLOW }} -f agent_git_ref=${{ github.head_ref }} -f pr-number=${{ github.event.number }}

0 comments on commit 62c9e6f

Please sign in to comment.