Attempt 1 at not having builds run twice on PRs

This commit is contained in:
Christian Benincasa 2024-03-22 09:50:43 -04:00
parent e2f94c2087
commit dfd3bd2724

View file

@ -3,8 +3,11 @@ on:
- pull_request
jobs:
cache-and-install:
build:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name !=
github.event.pull_request.base.repo.full_name
steps:
- name: Checkout