We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067070d commit e6407d3Copy full SHA for e6407d3
.github/workflows/build_nifi.yaml
@@ -6,7 +6,7 @@ run-name: |
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_*
+ - cron: "0 0 1/2 * *" # https://crontab.guru/#0_0_1/2_*_*
10
push:
11
branches: [main]
12
tags:
@@ -35,3 +35,6 @@ jobs:
35
product-name: nifi
36
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
37
registry-namespace: sdp
38
+ # Since building Vector from source, this build runs out of disk space.
39
+ # As such, we use the Ubicloud runners which provide bigger disks.
40
+ runners: ubicloud
0 commit comments