Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Mar 28, 2024
2 parents 1717ca9 + 2c9bf20 commit 6def121
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trigger-test-suite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2020 New Relic Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#

name: trigger-test-suite

on:
pull_request:

jobs:
trigger-multiverse-tests:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.TEST_SUITE_REPO_GH_TOKEN }}
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 }} -f pr-number=${{ github.event.number }}

0 comments on commit 6def121

Please sign in to comment.