Skip to content

Commit

Permalink
ci(actions): turn off duplicate SAST and turn on pytest in this branch
Browse files Browse the repository at this point in the history
SAST is already running via the settings on this repo
  • Loading branch information
samoehlert committed Nov 12, 2024
1 parent c2e10a5 commit ecaee82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 35 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Run pytest and coverage
name: Run pytest

on:
# Runs on pushes targeting the default branch
push:
branches: ["develop"]
branches:
- main
- develop
- topic/soehlert/github_ci
pull_request:
branches:
- main
- develop

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
pull_request:

jobs:
pytest:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/sast.yml

This file was deleted.

0 comments on commit ecaee82

Please sign in to comment.