From 1f0b955cb04d12a99ea2089ad0f6d3cce70f4ca8 Mon Sep 17 00:00:00 2001 From: James-Mart Date: Mon, 14 Aug 2023 20:24:44 +0000 Subject: [PATCH] simplify on-pr.yml --- .github/workflows/on-pr.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 }}