Update .github/workflows/main.yml
All checks were successful
/ run pull to sync on target message (push) Has been skipped

This commit is contained in:
Fiky B 2024-02-16 03:47:55 +00:00
parent fd946be1b6
commit 087693ac88

View File

@ -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