env:
ENVIRONMENT: INTEGRATION
jobs:
check:
name: Deployment Check
runs-on: self-hosted
if: ${{ github.event.issue.pull_request }}
This file contains hidden or 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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#073642", | |
"foreground": "#2aa198", | |
"leading_diamond": "\ue0b6", |
This gist gives instructions for running the github action runners in kubernetes. It uses the evryfs project here
The operator communicates with GitHub in order to determine available jobs and execute workflow on runners. Authentication to GitHub is available using the following modes: