Skip to content

Commit

Permalink
💚 Cicd(worker): use github env
Browse files Browse the repository at this point in the history
  • Loading branch information
dannil76 committed Aug 29, 2024
1 parent c9de097 commit e1d5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
DOCKER_FILE_PATH: ${{ vars.DOCKER_LABS_BE_FILE_PATH }}

build-worker:
runs-on: codebuild-f-ai-builder-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-medium
runs-on: ubuntu-latest

steps:
- name: Checkout code
Expand Down

0 comments on commit e1d5360

Please sign in to comment.