Skip to content

Commit

Permalink
Add workflow_dispatch triggers to more GHA workflows (#6235)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jun 6, 2024
1 parent d554f45 commit 855d818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

permissions: read-all

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches: [main]
paths:
- ".github/workflows/codeql-analysis.yml"
workflow_dispatch:

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Daily Build Status"

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

permissions: read-all

Expand Down

0 comments on commit 855d818

Please sign in to comment.