Skip to content

Commit

Permalink
chore: remove now redundant build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 1, 2024
1 parent 2b0c31e commit 8092100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build macosx-aarch64 dependencies

on:
workflow_dispatch:
workflow_run:
workflows: ["Build linux-x86_64 dependencies"]
branches: [main]
types:
- completed
on: [push, workflow_dispatch]

# Prevent concurrent auto-commits
concurrency:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build macosx-x86_64 dependencies

on:
workflow_dispatch:
workflow_run:
workflows: ["Build macosx-aarch64 dependencies"]
branches: [main]
types:
- completed
on: [push, workflow_dispatch]

# Prevent concurrent auto-commits
concurrency:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build win32-x86_64 dependencies

on:
workflow_dispatch:
workflow_run:
workflows: ["Build macosx-x86_64 dependencies"]
branches: [main]
types:
- completed
on: [push, workflow_dispatch]

# Prevent concurrent auto-commits
concurrency:
Expand Down

0 comments on commit 8092100

Please sign in to comment.