Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Feb 17, 2024
1 parent e06803f commit e87e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
Copy-docs-to-talawa-docs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/automated-docs'
if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, "Empty commit")
steps:
- uses: actions/checkout@v3
- uses: dmnemec/[email protected]
Expand Down

0 comments on commit e87e3a6

Please sign in to comment.