This repository has been archived by the owner on May 24, 2024. It is now read-only.
on-boarding testing farm #6
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
name: Schedule test on Testing Farm | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
pull-requests: write | |
statuses: write | |
jobs: | |
tests: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout repo and switch to corresponding pull request | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- name: Schedule test on Testing Farm | |
uses: sclorg/[email protected] | |
with: | |
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }} | |
git_url: https://github.com/centos/centos-bootc | |
git_ref: ${{ github.ref }} | |
pull_request_status_name: "Fedora" |