Commit 3b0271f

Anton Medvedev <anton@medv.io>
2024-12-02 14:19:27
Update workflows
1 parent d279f74
Changed files (2)
.github
.github/workflows/pages.yml
@@ -21,6 +21,8 @@ jobs:
       name: github-pages
       url: ${{ steps.deployment.outputs.page_url }}
     runs-on: ubuntu-latest
+    if: ${{ github.event.workflow_run.conclusion == 'success' }}
+
     steps:
       - name: Checkout
         uses: actions/checkout@v4
.github/workflows/release.yml
@@ -14,6 +14,7 @@ concurrency: release
 jobs:
   release:
     runs-on: ubuntu-latest
+    if: ${{ github.event.workflow_run.conclusion == 'success' }}
 
     steps:
       - uses: actions/checkout@v4