Skip to content

Commit 6adb38f

Browse files
ci: update workflows after move to new org
1 parent 2a47524 commit 6adb38f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
jobs:
99
prune-container-images:
1010
if: ${{ github.repository_owner == 'nrkno' }}
11-
12-
uses: nrkno/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
11+
uses: Sofie-Automation/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
1312
strategy:
1413
max-parallel: 1
1514
matrix:

.github/workflows/prune-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929

3030
- name: Prune tags (scheduled)
3131
if: github.event_name == 'schedule'
32-
uses: nrkno/sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
32+
uses: Sofie-Automation/sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
3333
with:
3434
older-than: 30
3535
ignore: v[0-9]+\.[0-9]+\.[0-9]+.*
3636
simulation: false
3737

3838
- name: Prune tags (manual)
3939
if: github.event_name == 'workflow_dispatch'
40-
uses: nrkno/sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
40+
uses: Sofie-Automation/sofie-github-workflows/.github/actions/tag-pruner@tag-pruner-v1
4141
with:
4242
older-than: ${{ github.event.inputs.older-than }}
4343
ignore: ${{ github.event.inputs.ignore }}

0 commit comments

Comments
 (0)