Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Jul 20, 2024
1 parent e9262b1 commit 502fabe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/webhook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Webhook Test

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'
push:
branches:
- ban_weebhook
- main
pull_request:
branches:
- ban_weebhook
- main

jobs:
test-webhook:
Expand All @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth:

- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
Expand All @@ -33,3 +35,4 @@ jobs:
env:
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
run: dotnet test --no-restore --verbosity normal

0 comments on commit 502fabe

Please sign in to comment.