Skip to content

Commit

Permalink
Altered structure due to failure
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieMatherSmartDCSIT committed Feb 7, 2024
1 parent 19ef1a0 commit dc8bd9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
if: |
github.repository == 'SmartDCSITlimited/test-harness'
&& github.actor != 'dependabot[bot]'
uses: ./.github/workflows/template_workflows/SAST.yml
uses: ./.github/workflows/SAST.yml
secret-detection:
if: |
github.repository == 'SmartDCSITlimited/test-harness'
&& github.actor != 'dependabot[bot]'
uses: ./.github/workflows/template_workflows/SecretDetection.yml
uses: ./.github/workflows/SecretDetection.yml
python-linting:
if: |
github.repository == 'SmartDCSITlimited/test-harness'
&& github.actor != 'dependabot[bot]'
uses: ./.github/workflows/template_workflows/PythonLinting.yml
uses: ./.github/workflows/PythonLinting.yml

run-tests:
if: |
Expand Down

0 comments on commit dc8bd9b

Please sign in to comment.