Skip to content

Commit

Permalink
feat: use main rust pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy committed Oct 9, 2024
1 parent 241a3f9 commit 919f028
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on:
types:
- opened
- synchronize
push:
branches:
- FTL-17136_integration_test

jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@127f5c5a125a1586319a51fc50bf7066c83b86a6
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@main
secrets: inherit
with:
auditIgnore: 'RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373'
coverage: 10
useRedis: false
useRedis: true

0 comments on commit 919f028

Please sign in to comment.