Skip to content

Commit

Permalink
ci: fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Dec 3, 2024
1 parent 3923564 commit 7f4994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dagster-cloud-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runner:
- linux-amd64
- linux-arm64
runs-on: ${{ matrix.runner }}
runs-on: teamschools-${{ matrix.runner }}
steps:
- name: Prepare
run: |
Expand Down

0 comments on commit 7f4994e

Please sign in to comment.