Skip to content

Commit 4d236c5

Browse files
ci: update org name
1 parent 6adb38f commit 4d236c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prune-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
prune-container-images:
10-
if: ${{ github.repository_owner == 'nrkno' }}
10+
if: ${{ github.repository_owner == 'Sofie-Automation' }}
1111
uses: Sofie-Automation/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
1212
strategy:
1313
max-parallel: 1

.github/workflows/prune-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616

1717
jobs:
1818
prune-tags:
19-
if: ${{ github.repository_owner == 'nrkno' }}
20-
19+
if: ${{ github.repository_owner == 'Sofie-Automation' }}
20+
2121
name: Prune tags
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 15

0 commit comments

Comments
 (0)