Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
on-boarding testing farm
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Dec 26, 2023
1 parent 528fb23 commit d85b4dd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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"

0 comments on commit d85b4dd

Please sign in to comment.