mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -28,12 +28,20 @@ jobs:
|
||||
echo "PASS: Not a tagged release"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
quit-for-dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||
steps:
|
||||
- name: "Placeholder"
|
||||
run: |
|
||||
echo "yes it ran"
|
||||
|
||||
|
||||
detection-testing:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Detection-Testing-Approval
|
||||
needs: [validate-tag-if-present]
|
||||
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||
needs: [validate-tag-if-present, quit-for-dependabot]
|
||||
steps:
|
||||
|
||||
- name: Checkout Repo
|
||||
|
||||
Reference in New Issue
Block a user