Fix up test for new limited context

This commit is contained in:
Lawrence Gripper
2025-09-09 11:20:19 +00:00
committed by GitHub
parent 01c3723641
commit 9838063a4e
+3 -2
View File
@@ -9,7 +9,8 @@ jobs:
snapshot:
image-name: custom-image
version: 1.*
if: ${{ always() }}
if: ${{ github.event_name == 'something' }}
---
{
"jobs": [
@@ -47,7 +48,7 @@ jobs:
"Key": "if",
"Value": {
"type": 3,
"expr": "always()"
"expr": "github.event_name == 'something'"
}
}
]