Update .github/workflows/main.yml
All checks were successful
/ run pull to sync on target message (push) Successful in 7s
All checks were successful
/ run pull to sync on target message (push) Successful in 7s
This commit is contained in:
parent
aee45c1915
commit
c7543472eb
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -5,9 +5,10 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run_pull:
|
||||
name: run pull
|
||||
format:
|
||||
name: run pull to sync on target message
|
||||
runs-on: ubuntu-latest
|
||||
if: "! contains(github.event.head_commit.message, 'Production')"
|
||||
steps:
|
||||
- name: cleanup first if any .ssh file before
|
||||
run: rm -rf ~/.ssh
|
||||
|
|
Loading…
Reference in New Issue
Block a user