fix: make calls to next server

This commit is contained in:
Jayden Pyles
2024-11-12 21:34:47 -06:00
parent b3bf780eda
commit dc4d219205
26 changed files with 654 additions and 105 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Checkout