Skip to content

Commit

Permalink
revert changes to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Sep 16, 2024
1 parent 112a7fb commit ee6c302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: make -C protocol-designer test-e2e
build-pd:
name: 'build protocol designer artifact'
# needs: ['js-unit-test']
needs: ['js-unit-test']
runs-on: 'ubuntu-22.04'
if: github.event_name != 'pull_request'
steps:
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
deploy-pd:
name: 'deploy PD artifact to S3'
runs-on: 'ubuntu-22.04'
needs: [ 'build-pd']
needs: ['js-unit-test', 'build-pd']
if: github.event_name != 'pull_request'
steps:
- uses: 'actions/checkout@v3'
Expand Down

0 comments on commit ee6c302

Please sign in to comment.