Skip to content

Commit

Permalink
✅ Removes action-depup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 13, 2020
1 parent c2b6678 commit 929229e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: depup
on: [push, pull_request]
# schedule:
# - cron: '14 14 * * *' # Runs at 14:14 UTC every day
# repository_dispatch:
# types: [depup]
on:
schedule:
- cron: "14 14 * * *" # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]

jobs:
reviewdog:
Expand Down

0 comments on commit 929229e

Please sign in to comment.