DONOTMERGE Update README.md #122
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |