urbit/.github/workflows/feature.yml

34 lines
769 B
YAML
Raw Normal View History

2023-03-04 19:41:55 +03:00
name: Feature pull request
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'
jobs:
call-vere:
2023-03-20 20:16:08 +03:00
uses: ./.github/workflows/shared.yml
with:
2023-03-04 19:41:55 +03:00
pace: 'edge'
upload: >-
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')
}}
2023-03-28 21:54:43 +03:00
next: ${{ github.base_ref }}
secrets: inherit