Skip to content

Commit

Permalink
useless condition removed
Browse files Browse the repository at this point in the history
  • Loading branch information
valiantlynx committed Mar 9, 2024
1 parent 99f3fd8 commit 8c2ab92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
build-infra:
name: terraform-ci-cd
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8c2ab92

Please sign in to comment.