Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-09-08 12:56:34 -07:00
committed by GitHub
+10 -2
View File
@@ -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