Skip to content

Commit

Permalink
ci: remove path triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 23, 2024
1 parent 65f566b commit 7a403ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build linux-x86_64 dependencies

on:
push:
paths:
- .github/workflows/build-linux-x86_64.yml
schedule:
# Runs every 24 hours
- cron: "0 */24 * * *"
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build-macosx-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build macosx-aarch64 dependencies

on:
push:
paths:
- .github/workflows/build-macosx-aarch64.yml
workflow_dispatch:
workflow_run:
workflows: ["Build linux-x86_64 dependencies"]
Expand Down Expand Up @@ -63,8 +60,8 @@ jobs:
luarocks --verbose pack fzy
- name: Install `jsregexp` Package
run: |
luarocks --verbose --local --lua-version=5.1 install jsrexexp
luarocks --verbose pack fzy
luarocks --verbose --local --lua-version=5.1 install jsregexp
luarocks --verbose pack jsregexp
- name: Install `tree-sitter-orgmode` Package
run: |
luarocks --verbose --local --lua-version=5.1 install tree-sitter-orgmode
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-macosx-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build macosx-x86_64 dependencies

on:
push:
paths:
- .github/workflows/build-macosx-x86_64.yml
workflow_dispatch:
workflow_run:
workflows: ["Build macosx-aarch64 dependencies"]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-win32-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build win32-x86_64 dependencies

on:
push:
paths:
- .github/workflows/build-win32-x86_64.yml
workflow_dispatch:
workflow_run:
workflows: ["Build macosx-x86_64 dependencies"]
Expand Down

0 comments on commit 7a403ff

Please sign in to comment.