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

This commit is contained in:
Chance 2025-04-21 20:04:50 -04:00
parent b23f5794fc
commit 58becd06f8
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -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