From 972f528c949affb82d8abb99163e021726542eba Mon Sep 17 00:00:00 2001 From: Michal Czyz Date: Tue, 26 Mar 2024 11:09:25 +0100 Subject: [PATCH] Checkout dev Signed-off-by: Michal Czyz --- .devcontainer/ubuntu-gui/devcontainer.json | 4 ++-- .github/workflows/ci.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/ubuntu-gui/devcontainer.json b/.devcontainer/ubuntu-gui/devcontainer.json index 23d3f9c..fc98873 100644 --- a/.devcontainer/ubuntu-gui/devcontainer.json +++ b/.devcontainer/ubuntu-gui/devcontainer.json @@ -8,6 +8,6 @@ "6080": { "label": "desktop" } - }, - "onCreateCommand": "bash /workspaces/openroad-codespace/update-config.sh" + } + // "onCreateCommand": "bash /workspaces/openroad-codespace/update-config.sh" } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd7fbd..29e06be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: timeout-minutes: 600 steps: - uses: actions/checkout@v4 + with: + ref: "mczyz/dev" - name: Pre-build dev container image uses: devcontainers/ci@v0.3