So yeah. I forgot to actually change the line...

This commit is contained in:
Ryan Myers
2022-05-20 15:23:03 -04:00
committed by GitHub
parent d9fb432061
commit 61fd8547a4
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' }}
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
runs-on: ubuntu-latest
steps: