diff --git a/.github/workflows/infrstructure.yml b/.github/workflows/infrstructure.yml index e45c057b2..35402f85d 100644 --- a/.github/workflows/infrstructure.yml +++ b/.github/workflows/infrstructure.yml @@ -16,7 +16,7 @@ jobs: name: Setup and Test Nomad devnet Cluster runs-on: ubuntu-22.04 timeout-minutes: 120 -# if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout code uses: actions/checkout@v4