Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyasharma committed Jul 12, 2024
1 parent 14e0688 commit 735b2fe
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy_readme.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
name: Parcl Labs SDK Readme Deploy

on:
pull_request:
branches:
- main
# workflow_dispatch:
# workflow_run:
# workflows: ['Publish Package']
# types: [completed]
# branches: [main]
workflow_dispatch:
workflow_run:
workflows: ['Publish Package']
types: [completed]
branches: [main]

jobs:
readme-deploy:
runs-on: ubuntu-latest
# if: ${{ (github.event.workflow_run.conclusion == 'success') || (github.event_name == 'workflow_dispatch') }}
if: ${{ (github.event.workflow_run.conclusion == 'success') || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Check out repo 📚
uses: actions/checkout@v3
Expand Down

0 comments on commit 735b2fe

Please sign in to comment.