Skip to content

Commit 2ff6b61

Browse files
committed
Revert "Only allow deploy if build is successful"
This reverts commit 4e0bc5f.
1 parent eb0452c commit 2ff6b61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1615
permissions:
1716
id-token: write
1817
steps:

0 commit comments

Comments
 (0)