2023-03-04 19:41:55 +03:00
|
|
|
name: Feature pull request
|
2020-11-11 10:48:53 +03:00
|
|
|
|
2021-03-23 22:30:18 +03:00
|
|
|
on:
|
2023-01-19 01:45:55 +03:00
|
|
|
pull_request:
|
|
|
|
paths:
|
2023-03-04 19:41:55 +03:00
|
|
|
- '.github/workflows/feature.yml'
|
|
|
|
- '.github/workflows/develop.yml'
|
|
|
|
- '.github/workflows/release.yml'
|
|
|
|
- '.github/workflows/master.yml'
|
2023-03-20 20:16:08 +03:00
|
|
|
- '.github/workflows/shared.yml'
|
2023-01-19 01:45:55 +03:00
|
|
|
- 'pkg/arvo/**'
|
|
|
|
- 'pkg/docker-image/**'
|
|
|
|
- 'pkg/ent/**'
|
|
|
|
- 'pkg/ge-additions/**'
|
|
|
|
- 'pkg/libaes_siv/**'
|
|
|
|
- 'pkg/urbit/**'
|
|
|
|
- 'pkg/urcrypt/**'
|
|
|
|
- 'tests/**'
|
|
|
|
- 'bin/**'
|
|
|
|
- 'nix/**'
|
|
|
|
- 'default.nix'
|
2020-11-11 10:48:53 +03:00
|
|
|
|
|
|
|
jobs:
|
2022-05-27 20:12:00 +03:00
|
|
|
call-vere:
|
2023-03-20 20:16:08 +03:00
|
|
|
uses: ./.github/workflows/shared.yml
|
2022-05-27 20:12:00 +03:00
|
|
|
with:
|
2023-03-04 19:41:55 +03:00
|
|
|
pace: 'edge'
|
2022-05-27 20:12:00 +03:00
|
|
|
upload: >-
|
|
|
|
${{
|
|
|
|
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
|
|
|
|
}}
|
2023-03-28 21:54:43 +03:00
|
|
|
next: ${{ github.base_ref }}
|
2022-05-27 20:12:00 +03:00
|
|
|
secrets: inherit
|