allow manually triggering GH actions (#10015)

This commit is contained in:
Brad Warren
2024-09-16 12:16:51 -07:00
committed by GitHub
parent becc2c3fee
commit 2eb4154169
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
schedule:
# Every week on Thursday @ 13:00
- cron: "0 13 * * 4"
workflow_dispatch:
jobs:
send-mattermost-message:
runs-on: ubuntu-latest
+1
View File
@@ -3,6 +3,7 @@ on:
schedule:
# Run 1:24AM every night
- cron: '24 1 * * *'
workflow_dispatch:
permissions:
issues: write
jobs: