Skip to content

Commit

Permalink
fix: remove if from pipeline (#132)
Browse files Browse the repository at this point in the history
maalni authored Apr 10, 2024
1 parent 491ebea commit 1318802
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/delete-redundant-deployments.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ on:

jobs:
delete:
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == 'dval-in/dvalin-frontend' }}
permissions:
contents: read
deployments: write
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-cloudflare.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ on:

jobs:
deploy:
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == 'dval-in/dvalin-frontend' }}
permissions:
contents: read
deployments: write

0 comments on commit 1318802

Please sign in to comment.