From dbd43c3f60c5730846c197d7959a4e9ff114ca8d Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Thu, 21 Mar 2024 15:23:10 +0530 Subject: [PATCH] ok --- .github/workflows/lab8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lab8.yml b/.github/workflows/lab8.yml index ec6cd40..2b900b6 100644 --- a/.github/workflows/lab8.yml +++ b/.github/workflows/lab8.yml @@ -6,7 +6,7 @@ on: jobs: commands_job: - runs-on: ubuntu-latest + runs-on: [production,linux] steps: - name: Set environment variable with "key" as "foo" and "value" as "bar" run: echo "foo=bar" >> $GITHUB_ENV