Skip to content

Commit

Permalink
self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
eemrdog committed Dec 2, 2024
1 parent 0f067e1 commit 146a091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ concurrency:
jobs:

preparation:
runs-on: docker-runner
runs-on: self-hosted
env:
DEFAULT_USE_CASES: '[\"demo_all\"]' # '[\"demo_ar_workflows_gitlab\",\"demo_ar_workflows_ansible\"]'
DEFAULT_PROVIDERS: '[\"gcloud\"]'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

test:
needs: preparation
runs-on: docker-runner
runs-on: self-hosted

env:
DESTROY_RESOURCES: ${{ needs.preparation.outputs.destroy_resources }} # Set to "true" to enable resource destruction
Expand Down

0 comments on commit 146a091

Please sign in to comment.