Skip to content

Commit

Permalink
update defender check to instead run on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 16, 2024
1 parent f3212fe commit b4c5c4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/threatcheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Check Against Defender

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# on:
# schedule:
# - cron: "0 13 * * 1"
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

on:
schedule:
- cron: "0 13 * * 1"

jobs:

Expand Down

0 comments on commit b4c5c4a

Please sign in to comment.