Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 23, 2023
1 parent 305bc94 commit da0602b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: analyse
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: audits
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
workflow_dispatch:

jobs:
audit-dependencies-on-laravel-10:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: tests

on:
workflow_dispatch:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 3'

Expand Down

0 comments on commit da0602b

Please sign in to comment.