Workflow condition test
stable / fmt Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu) Details

This commit is contained in:
chmanie 2023-06-13 02:29:24 +02:00
parent 2f89886e5d
commit a3e169601d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
release:
if: ${{ gitea.ref_name != 'latest' }}
runs-on: rust-cross
name: stable / cross-${{ matrix.target }}
strategy:
@ -14,6 +15,7 @@ jobs:
matrix:
target: ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
steps:
- run: echo '${{ gitea.ref_name }}'
- uses: actions/checkout@v3
- run: .gitea/scripts/check-tag
- run: cargo fmt --check