From 89cef3bfe9ab600daa0fb3a05dd3f5281171e72a Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 00:16:48 +0100 Subject: [PATCH] CI: remove code freeze step The step make the build use the master branch and not the PR branch. Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index c4fa9a22..989e47fa 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -18,8 +18,8 @@ permissions: contents: read jobs: - code: - name: Freeze Code + build: + name: Build runs-on: ubuntu-latest if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target' && @@ -30,19 +30,6 @@ jobs: github.event.action == 'labeled' && (github.event.label.name == 'hw-build' || github.event.label.name == 'hw-test') }} - outputs: - xml: ${{ steps.repo.outputs.xml }} - steps: - - id: repo - uses: seL4/ci-actions/repo-checkout@master - with: - manifest_repo: camkes-vm-examples-manifest - manifest: master.xml - - build: - name: Build - needs: code - runs-on: ubuntu-latest strategy: fail-fast: true matrix: