Skip to content

Commit

Permalink
Removed unnecessary dependencies between CI workflows. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind5 authored Dec 9, 2024
1 parent 53607f7 commit df5ee60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/onpullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
permissions: read-all

jobs:

security-file-check:
runs-on: [ ubuntu-20.04 ]
steps:
Expand All @@ -20,15 +19,17 @@ jobs:
echo "Security.md file is missing"
exit 1
fi
build-test:
runs-on: [ ubuntu-20.04 ]
needs: [ "security-file-check" ]
env:
http_proxy: ${{ secrets.HTTP_PROXY }}
https_proxy: ${{ secrets.HTTPS_PROXY }}
no_proxy: ${{ secrets.NO_PROXY }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0

- name: Build libraries and examples
run: make all
Expand Down

0 comments on commit df5ee60

Please sign in to comment.