aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-03-25 16:28:42 +0100
committerGitHub Enterprise <[email protected]>2024-03-25 16:28:42 +0100
commita4fbd98e203345059c58012d3569d18a4f64b6bb (patch)
tree92ffbaeb42e93b9afcc1d31044b5d0c3bf3632e6 /.github/workflows
parentuse batch request for checking existing blocks as Jupiter is now fixed (#20) (diff)
downloadzen-a4fbd98e203345059c58012d3569d18a4f64b6bb.tar.xz
zen-a4fbd98e203345059c58012d3569d18a4f64b6bb.zip
add a limit to the number of times we attempt to finalize (#22)
- Improvement: Add limit to the number of times we attempt to finalize and exported oplog - Improvement: Switch to large thread pool when executing oplog export/import - Improvement: Clean up reporting of missing attachments in oplog export/import - Improvement: Remove double-reporting of abort reason for oplog export/import
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml2
-rw-r--r--.github/workflows/validate.yml23
2 files changed, 15 insertions, 10 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 4b5e6920f..cab550e5f 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -6,7 +6,7 @@ env:
on:
push:
- paths:
+ paths:
- 'VERSION.txt'
jobs:
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index c5dbafe23..75d9153dc 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -6,16 +6,21 @@ env:
on:
pull_request:
- types: [opened, reopened, synchronize]
- branches: [ main ]
+ types:
+ - 'opened'
+ - 'reopened'
+ - 'synchronize'
+ branches:
+ - 'main'
+ paths-ignore:
+ - 'VERSION.txt'
+ - 'CHANGELOG.md'
+ - '.github/workflows/create_release.yml'
+ - '.github/workflows/mirror.yml'
+ push:
+ branches:
+ - 'main'
paths-ignore:
- - 'VERSION.txt'
- - 'CHANGELOG.md'
- - '.github/workflows/create_release.yml'
- - '.github/workflows/mirror.yml'
- push:
- branches: [ main ]
- paths-ignore:
- 'VERSION.txt'
- 'CHANGELOG.md'
- '.github/workflows/create_release.yml'