Skip to content

Commit

Permalink
chore: disable nrk specific workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 26, 2024
1 parent 56a5a6c commit 6900d9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prune-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
prune-container-images:
if: ${{ github.repository_owner == 'nrkno' }}

uses: nrkno/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
strategy:
max-parallel: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prune-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:

jobs:
prune-tags:
if: ${{ github.repository_owner == 'nrkno' }}

name: Prune tags
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
trivy:
if: ${{ github.repository_owner == 'nrkno' }}

name: Trivy scan
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 6900d9a

Please sign in to comment.