diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 62e8af962..48c0856a0 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -12,9 +12,6 @@ jobs: build: name: Build runs-on: ubuntu-latest - steps: - - name: Build Psibase - id: build_psibase - uses: ${{ github.repository }}/.github/workflows/ubuntu-builder.yml@${{ github.head_ref || github.ref_name }} - #secrets: - #token: ${{ secrets.GITHUB_TOKEN }} + uses: ${{ github.repository }}/.github/workflows/ubuntu-builder.yml@${{ github.head_ref || github.ref_name }} + #secrets: + #token: ${{ secrets.GITHUB_TOKEN }}