Update .github/workflows/main.yml
All checks were successful
/ run pull to sync on target message (push) Has been skipped
All checks were successful
/ run pull to sync on target message (push) Has been skipped
This commit is contained in:
parent
fd946be1b6
commit
087693ac88
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
format:
|
||||
name: run pull to sync on target message
|
||||
runs-on: ubuntu-latest
|
||||
if: "! contains(github.event.head_commit.message, 'Production')"
|
||||
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