Projects STRLCPY got-your-back Commits 7ade1c09
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 204 lines
    205 205   
    206 206   
    207 207   - name: Live API tests push only
    208  - if: github.event_name == 'push' || github.event_name == 'schedule'
     208 + if: (github.event_name == 'push' || github.event_name == 'schedule') && github.repository_owner == 'jay0lee'
    209 209   env:
    210 210   PASSCODE: ${{ secrets.PASSCODE }}
    211 211   run: |
    skipped 25 lines
    237 237   $gyb --action backup --email $gyb_user --service-account --local-folder sa-backup
    238 238   
    239 239   - name: Upload to Google Drive, build only.
    240  - if: github.event_name == 'push' && matrix.goal != 'test'
     240 + if: github.event_name == 'push' && matrix.goal != 'test' && github.repository_owner == 'jay0lee'
    241 241   env:
    242 242   GHCLIENT: ${{ secrets.GHCLIENT }}
    243 243   run: |
    skipped 10 lines
Please wait...
Page is in error, reload to recover