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:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_pull:
|
format:
|
||||||
name: run pull
|
name: run pull to sync on target message
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "! contains(github.event.head_commit.message, 'Production')"
|
||||||
steps:
|
steps:
|
||||||
- name: cleanup first if any .ssh file before
|
- name: cleanup first if any .ssh file before
|
||||||
run: rm -rf ~/.ssh
|
run: rm -rf ~/.ssh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user