Make Docker Jobs skip outside the main repository due to fork incompat (#1141)

This commit is contained in:
Catalan Lover
2026-05-19 14:42:27 +02:00
committed by GitHub
parent a8c8e998ec
commit e6e63c2e6b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ env:
jobs:
docker-latest:
runs-on: ubuntu-latest
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
permissions:
id-token: write
contents: read
+1
View File
@@ -20,6 +20,7 @@ env:
jobs:
docker-release:
runs-on: ubuntu-latest
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
permissions:
id-token: write
contents: read
+1
View File
@@ -20,6 +20,7 @@ env:
jobs:
docker-release:
runs-on: ubuntu-latest
if: ${{ github.repository == 'the-draupnir-project/Draupnir' }}
permissions:
id-token: write
contents: read