Skip to content

Commit

Permalink
fix workflow old projects
Browse files Browse the repository at this point in the history
  • Loading branch information
helight committed Sep 27, 2024
1 parent 2cbf5e4 commit 187cab6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/old_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@ on:
- '.github/workflows/old_project.yml'

jobs:
LSM_BPF_build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"

- name: make
run: make

- name: run
run: |
sudo ./deny_unshare
sidecar_build-and-test:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 187cab6

Please sign in to comment.