Skip to content

Commit

Permalink
Remove if conditional in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
toneillbroad committed Mar 12, 2024
1 parent 138d1a2 commit 78ad7e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-job-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 78ad7e7

Please sign in to comment.