Skip to content

Rust rewrite

Rust rewrite #9

name: Production test
on:
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
jobs:
production-test:
if: |
(github.event.action == 'labeled' && github.event.label.name == 'production test')
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'production test'))
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Production test
if: |
(github.event.action == 'labeled' && github.event.label.name == 'production test')
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'production test'))
uses: ./
with:
visibility: "hidden"
rolling-prefix: "0.0"
log-directives: "nxfr_push=trace"
logger: "pretty"