stabilize tests
This commit is contained in:
14
devops/ci-local/events/pull-request.json
Normal file
14
devops/ci-local/events/pull-request.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"action": "opened",
|
||||
"number": 1,
|
||||
"pull_request": {
|
||||
"head": {
|
||||
"ref": "feature-branch",
|
||||
"sha": "abc1234567890abcdef1234567890abcdef123456"
|
||||
},
|
||||
"base": {
|
||||
"ref": "main",
|
||||
"sha": "def4567890abcdef1234567890abcdef12345678"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
devops/ci-local/events/push.json
Normal file
5
devops/ci-local/events/push.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ref": "refs/heads/main",
|
||||
"before": "0000000000000000000000000000000000000000",
|
||||
"after": "abc1234567890abcdef1234567890abcdef123456"
|
||||
}
|
||||
Reference in New Issue
Block a user