From 900562a748f0eab80b3a0d6c51ee71705b3d5da5 Mon Sep 17 00:00:00 2001 From: Ali Ugur Date: Thu, 6 Feb 2025 13:33:11 +0300 Subject: [PATCH] Chore(): Set self-hosted-runner to true --- .github/workflows/integration_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 28c6c018..3f154ac9 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -14,4 +14,5 @@ jobs: juju-channel: 3.1/stable channel: 1.28-strict/stable modules: '["test_charm", "test_saml", "test_users", "test_db_migration"]' - self-hosted-runner: false + self-hosted-runner: true + self-hosted-runner-label: "edge"