mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
Add workflow dispatch trigger to rebuild Action
We can't use the "Rebuild" label on a PR with conflicts because the `pull_request` event runs on a synthetic merge commit.
This commit is contained in:
1
.github/workflows/rebuild.yml
vendored
1
.github/workflows/rebuild.yml
vendored
@@ -3,6 +3,7 @@ name: Rebuild Action
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
rebuild:
|
||||
|
||||
Reference in New Issue
Block a user