Skip to content

Commit

Permalink
Revert "prebuild run on hosted actions"
Browse files Browse the repository at this point in the history
This reverts commit c73b86d.
  • Loading branch information
PastaPastaPasta committed Nov 1, 2024
1 parent 826d2db commit 6fd3820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build:
name: Build and push devcontainer
runs-on: ubuntu-latest
runs-on: ["self-hosted", "linux", "x64", "ubuntu-platform"]
timeout-minutes: 60
steps:
- name: Checkout repo
Expand Down

0 comments on commit 6fd3820

Please sign in to comment.