Skip to content

Commit 95f4f36

Browse files
authored
ci: Allow job to run unconditionally
Removed condition to run job only on successful workflow run.
1 parent 1a4102f commit 95f4f36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
build-and-push:
1919
name: Build and Push Docker Image
2020
runs-on: ubuntu-latest
21-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2221
permissions:
2322
contents: read
2423
packages: write

0 commit comments

Comments
 (0)