We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb38f commit 4d236c5Copy full SHA for 4d236c5
.github/workflows/prune-container-images.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
prune-container-images:
10
- if: ${{ github.repository_owner == 'nrkno' }}
+ if: ${{ github.repository_owner == 'Sofie-Automation' }}
11
uses: Sofie-Automation/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
12
strategy:
13
max-parallel: 1
.github/workflows/prune-tags.yml
@@ -16,8 +16,8 @@ on:
16
17
18
prune-tags:
19
20
-
+
21
name: Prune tags
22
runs-on: ubuntu-latest
23
timeout-minutes: 15
0 commit comments