Skip to content

Commit

Permalink
fix: Fixing Indexing Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Jul 21, 2024
1 parent 5487034 commit 0571ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
push-index:
needs: index
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
runs-on: ubuntu-latest
name: Push Index
steps:
- uses: actions/checkout@v4
Expand All @@ -92,6 +93,7 @@ jobs:
git push
deploy:
needs: push-index
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Docker Compose
Expand Down

0 comments on commit 0571ddb

Please sign in to comment.