mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add pull until merged foward
This commit is contained in:
parent
f3cd64cd1e
commit
4466cd0035
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ssh-debug.yml
vendored
2
.github/workflows/ssh-debug.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: SSH Debug
|
||||
run-name: "SSH Debug ${{ inputs.runner }}"
|
||||
on:
|
||||
pull: {}
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
runner:
|
||||
|
@ -21,6 +22,7 @@ on:
|
|||
jobs:
|
||||
debug:
|
||||
runs-on: ${{ inputs.runner }}
|
||||
if: ${{ inputs.runner }}
|
||||
environment: ci
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue