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 56a5a6c commit 6900d9aCopy full SHA for 6900d9a
.github/workflows/prune-container-images.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
prune-container-images:
10
+ if: ${{ github.repository_owner == 'nrkno' }}
11
+
12
uses: nrkno/sofie-github-workflows/.github/workflows/prune-container-images.yml@main
13
strategy:
14
max-parallel: 1
.github/workflows/prune-tags.yml
@@ -16,6 +16,8 @@ on:
16
17
18
prune-tags:
19
20
21
name: Prune tags
22
runs-on: ubuntu-latest
23
timeout-minutes: 15
.github/workflows/trivy.yml
@@ -6,6 +6,8 @@ on:
6
trivy:
name: Trivy scan
0 commit comments