Skip to content

Commit

Permalink
update ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed May 2, 2024
1 parent 95b59e2 commit 9600b61
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,33 +322,6 @@ jobs:
run: ./build.py image radarr/Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
rust-dev:
runs-on: ubuntu-22.04
needs: []
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build, Test & Push
run: ./build.py image rust/dev.Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
signal-receiver:
runs-on: ubuntu-22.04
needs:
- cxx-dev
- debian
- go-dev
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build, Test & Push
run: ./build.py image signal-receiver/Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
smart-collector:
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit 9600b61

Please sign in to comment.