Skip to content

Commit

Permalink
Merge patch-axel-2
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 28, 2024
2 parents ce6539a + 89cef3b commit 5485b7d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' &&
Expand All @@ -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:
Expand Down

0 comments on commit 5485b7d

Please sign in to comment.