Skip to content

Commit

Permalink
env and runner var testing 07
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdermg committed May 27, 2024
1 parent b03e2b8 commit 4fd15f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/self-host.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
name: Actions Runner Controller Demo
on:
push:
branches:
- main
- dev
workflow_dispatch:
branches:
- main
- dev

jobs:
Explore-GitHub-Actions:
runs-on: ${{ vars.RUNNER }}
Expand Down

0 comments on commit 4fd15f1

Please sign in to comment.