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