fix(ci): prevent workflow duplication from prs
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build universal2-apple-darwin (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 11s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build universal2-apple-darwin (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
This commit is contained in:
parent
b23f5794fc
commit
58becd06f8
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Build Zenyx ⚡
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
setup:
|
||||
name: 🔧 Setup Environment
|
||||
|
@ -63,7 +63,6 @@ jobs:
|
|||
cargo-
|
||||
|
||||
- name: 🦀 Install Rust toolchain
|
||||
if: steps.restore-cargo-cache.outputs.cache-hit != 'true'
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue