Skip to content

Commit

Permalink
only run cron job on wpilibsuite owned repos
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 8, 2024
1 parent ec296d9 commit 40b6a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sentinel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:

jobs:
build-docker:
if: (github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/main') || github.event_name != 'schedule'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
path: build/allOutputs

build-host:
if: (github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/main') || github.event_name != 'schedule'
env:
MACOSX_DEPLOYMENT_TARGET: 13
strategy:
Expand Down

0 comments on commit 40b6a5a

Please sign in to comment.