Skip to content

Commit

Permalink
Merge pull request #54 from CMU-313/bc/translate
Browse files Browse the repository at this point in the history
Removing deepscan from workflow
  • Loading branch information
bencondemi authored Nov 12, 2024
2 parents c02b742 + 8a3b7c7 commit 74f6781
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,9 @@ jobs:
uses:
./.github/workflows/test.yaml

deepscan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run DeepScan
uses: deepscan/gh-action@v1
with:
token: ${{ secrets.DEEPSCAN_API_KEY }}


build-and-deploy:
if: github.repository == 'cmu-313/nodebb-f24-d-buggers'
needs: [lint-and-test, deepscan]
needs: lint-and-test

runs-on: ubuntu-latest

Expand Down

0 comments on commit 74f6781

Please sign in to comment.