Skip to content

Commit

Permalink
feat: selfhosted arc runner
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMakandra committed Jan 10, 2025
1 parent 43783e6 commit 249906b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_arc_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Actions Runner Controller Demo"

Check failure on line 1 in .github/workflows/test_arc_workflow.yml

View workflow job for this annotation

GitHub Actions / scan

CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"

Check failure

Code scanning / checkov

Ensure top-level permissions are not set to write-all Error test

Ensure top-level permissions are not set to write-all
on:
workflow_dispatch:

jobs:
Explore-GitHub-Actions:
# You need to use the INSTALLATION_NAME from the previous step
runs-on: test-arc-runner-set
steps:
- run: echo "🎉 This job uses runner scale set runners!"

0 comments on commit 249906b

Please sign in to comment.