Skip to content

Commit

Permalink
Remove redundant run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Jun 8, 2024
1 parent f48fec9 commit e16f9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Download artifacts
Expand Down

0 comments on commit e16f9c7

Please sign in to comment.