Fix up test for new limited context
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
|||||||
snapshot:
|
snapshot:
|
||||||
image-name: custom-image
|
image-name: custom-image
|
||||||
version: 1.*
|
version: 1.*
|
||||||
if: ${{ always() }}
|
if: ${{ github.event_name == 'something' }}
|
||||||
|
|
||||||
---
|
---
|
||||||
{
|
{
|
||||||
"jobs": [
|
"jobs": [
|
||||||
@@ -47,7 +48,7 @@ jobs:
|
|||||||
"Key": "if",
|
"Key": "if",
|
||||||
"Value": {
|
"Value": {
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"expr": "always()"
|
"expr": "github.event_name == 'something'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user