Skip to content

Commit

Permalink
Disable weekly CI jobs in forks
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Dec 20, 2024
1 parent ce8405a commit b09041c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
build-image:
if: github.repository == 'Ekumen-OS/beluga'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:

jobs:
build-test:
if: github.repository == 'Ekumen-OS/beluga'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit b09041c

Please sign in to comment.