Skip to content

Commit

Permalink
change ci logic
Browse files Browse the repository at this point in the history
  • Loading branch information
llh730 committed Aug 16, 2024
1 parent d54cb2d commit ffc2960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-build:
if: ${{ contains(github.event.head_commit.message, 'git subrepo')}}
# if: ${{ contains(github.event.head_commit.message, 'git subrepo')}}
runs-on: ubuntu-latest
container:
image: trustworthysystems/sel4
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build Kernel
run: cd kernel && ninja -C build
sel4-test:
if: ${{ contains(github.event.head_commit.message, 'git subrepo')}}
# if: ${{ contains(github.event.head_commit.message, 'git subrepo')}}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit ffc2960

Please sign in to comment.