Skip to content

Commit

Permalink
simplify on-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 14, 2023
1 parent ad265b9 commit 1f0b955
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1f0b955

Please sign in to comment.